<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Thx for the response.<br>
    <br>
    Just tried your suggestion, but the docbook-to-tex conversion (jw)
    rejects &#x203D; as a valid entity.  And using the decimal
    version, &#8253;, produces:<br>
    <br>
    <blockquote>\Seq%<br>
      {}\Character{8220}What\Character{8253}\Character{8221}\endSeq{}\<br>
    </blockquote>
    <br>
    \Character{8220} and \Character{8221} both accept the decimal
    encoding, so I assume there's nothing inherently wrong with
    \Character{8253} in decimal.<br>
    <br>
    Thanks,<br>
    --cm<br>
    <br>
    <div class="moz-cite-prefix">On 2020-05-24 13:28, barbara beeton
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:alpine.LRH.2.21.2005241926020.15931@tug.org">I believe
      it's necessary to identify this as a hex value.
      <br>
      \symbol{"203D} should work in math, so presumably
      \Character{"203D}
      <br>
      is the equivalent for text.
      <br>
                              -- bb
      <br>
      <br>
      On Sun, 24 May 2020, Chris Moller wrote:
      <br>
      <br>
      <blockquote type="cite">I'm writing a document in SGML Docbook
        (yes, I know I should be using XML,
        <br>
        but it's one of those legacy things...) in which I use an
        "interrobang,"
        <br>
        (unicode U+0203D, html &x8253).  The process of converting
        the SGML to PDF
        <br>
        goes through pdftex, but pdftex doesn't seem to understand
        \Character{8253}
        <br>
        and renders it as "<8253>".  I'm reasonably sure that the
        font I'm using
        <br>
        contains that character.
        <br>
        <br>
        More or less guessing what I'm doing, I've done what I think
        needs to happen
        <br>
        to incorporate the font I modified to include the
        interrobang--run mktexlsr,
        <br>
        updmap-user, and updmap -sys--but the problem persists.
        <br>
        <br>
        So my questions are, is this really because pdftex doesn't
        understand
        <br>
        \Character{8253}, and is there anything I can do to increase its
        <br>
        understanding?
        <br>
        <br>
        Thanks,
        <br>
        Chris Moller
        <br>
      </blockquote>
      <br>
    </blockquote>
    <br>
  </body>
</html>