free-symbols

Cjk Compatibility Ideograph-fa47 Letter

漢 is a CJK compatibility ideograph character (U+FA47) used in certain East Asian legacy and compatibility contexts.

U+FA47

漢 (U+FA47) is a CJK Compatibility Ideograph from the Unicode “compatibility ideographs” block. Use it when you need the exact character codepoint in text, markup, or code.

Cjk Compatibility Ideograph-fa47 Letter Meaning

漢 is Unicode character U+FA47, labeled “CJK COMPATIBILITY IDEOGRAPH-FA47.” Compatibility ideographs often exist to preserve older forms or mappings used in legacy standards and fonts. In practice, the character is primarily encountered when viewing or reproducing text that was encoded using those compatibility mappings, or when a specific glyph is required to match the original source. If you’re writing new content, you’ll typically choose modern, standardized CJK characters—however, for faithful copy/paste, archiving, or codepoint-accurate rendering, using U+FA47 is the reliable choice.

Common uses

  • Exact copy/paste of legacy CJK text that contains U+FA47
  • Archiving or reproducing documents where the original character identity matters
  • Rendering Unicode strings in software via codepoint-accurate escapes
  • Testing font/glyph support for specific compatibility ideographs
  • Preparing content for systems that require the exact HTML/CSS/JS representation

Examples

漢 CJK Compatibility Ideograph FA47

  • Legacy snippet: 漢 appears in the original text.
  • Character test: paste 漢 to verify U+FA47 rendering.
  • HTML usage: Here is 漢 inside the document body.
  • CSS escape check: the string includes 漢.
  • Source match: the record stores 漢 as-is.

Variations

Technical codes

UnicodeU+FA47
HTML Entity漢
HTML Code漢
CSS\FA47

FAQ

What does the Cjk Compatibility Ideograph-fa47 letter mean?

漢 is Unicode character U+FA47, labeled “CJK COMPATIBILITY IDEOGRAPH-FA47.” Compatibility ideographs often exist to preserve older forms or mappings used in legacy standards and fonts. In practice, the character is primarily encountered when viewing or reproducing text that was encoded using those compatibility mappings, or when a specific glyph is required to match the original source. If you’re writing new content, you’ll typically choose modern, standardized CJK characters—however, for faithful copy/paste, archiving, or codepoint-accurate rendering, using U+FA47 is the reliable choice.

What is the Unicode codepoint for 漢?

漢 is U+FA47 (CJK COMPATIBILITY IDEOGRAPH-FA47).

How can I paste 漢 reliably in HTML?

You can use the HTML entity provided: 漢 (or include the literal character if your editor/font supports it).

What is the CSS escape for this character?

The CSS escape is \\FA47.

What is the JavaScript escape form for 漢?

The JavaScript escape is \\u{FA47}.