# File lib/kramdown/utils/entities.rb, line 34
        def char
          [code_point].pack('U*') rescue nil
        end