class Kramdown::Utils::Entities::Entity

def char

def char
  [code_point].pack('U*') rescue nil
end