global

def char

Return the UTF8 representation of the entity.
def char
  [code_point].pack('U*') rescue nil
end