free-symbols

Cjk Compatibility Ideograph-f920 Letter

鸞 is a CJK Compatibility Ideograph (U+F920) used for compatibility forms in CJK text.

U+F920

鸞 is a single Unicode character from the CJK Compatibility block. It is identified as “CJK COMPATIBILITY IDEOGRAPH-F920” (U+F920). Use it directly or via common escape formats in HTML, CSS, and JavaScript.

Cjk Compatibility Ideograph-f920 Letter Meaning

鸞 (U+F920) is a CJK Compatibility Ideograph character. Characters in the “CJK Compatibility Ideograph” range are typically included to represent compatibility forms used in older encodings or to support specific normalization/round-tripping scenarios. In practice, you’ll most often see this character when working with legacy CJK text, character set conversions, or when you must reproduce the exact code point from a source document. If you’re designing for typography or building text-processing tools, treat it as a specific Unicode code point rather than assuming it matches a modern, standardized “regular” form.

Common uses

  • Copying and pasting legacy CJK text that includes the exact compatibility ideograph code point
  • Preserving exact Unicode data during import/export of multilingual content
  • Debugging or verifying text rendering and font support for U+F920
  • Using the character in specialized datasets where code-point accuracy matters
  • Referencing the character in documentation for character encoding compatibility

Examples

鸞 CJK Compatibility Ideograph-F920

  • Compatibility ideograph: 鸞 (U+F920)
  • Test string: abc 鸞 def
  • Legacy text sample contains 鸞
  • Unicode escape check: \\u{F920}

Variations

Technical codes

UnicodeU+F920
HTML Entity鸞
HTML Code鸞
CSS\F920

FAQ

What does the Cjk Compatibility Ideograph-f920 letter mean?

鸞 (U+F920) is a CJK Compatibility Ideograph character. Characters in the “CJK Compatibility Ideograph” range are typically included to represent compatibility forms used in older encodings or to support specific normalization/round-tripping scenarios. In practice, you’ll most often see this character when working with legacy CJK text, character set conversions, or when you must reproduce the exact code point from a source document. If you’re designing for typography or building text-processing tools, treat it as a specific Unicode code point rather than assuming it matches a modern, standardized “regular” form.

What is the Unicode code point for 鸞?

鸞 has Unicode code point U+F920.

How can I use 鸞 in HTML?

You can use the HTML entity: 鸞.

How do I represent 鸞 in CSS?

Use the CSS escape: \\F920.

How do I represent 鸞 in JavaScript?

In JavaScript, you can use: \\u{F920}.