class Kramdown::Utils::Entities::Entity

Represents an entity that has a code_point and name.

def char

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