free-symbols

Cjk Unified Ideograph-36B5 Letter

㚵 is a CJK Unified Ideograph character encoded at U+36B5 in Unicode.

U+36B5

㚵 is the Unicode character called CJK UNIFIED IDEOGRAPH-36B5. It’s used as a specific Chinese/Japanese ideograph in Unicode text. This page helps you copy it and use the correct escapes in code.

Cjk Unified Ideograph-36B5 Letter Meaning

㚵 is a CJK Unified Ideograph represented by the Unicode code point U+36B5 (HTML entity 㚵). Like many CJK characters, its exact pronunciation and meaning depend on the language and the specific set of characters your text is referring to (for example, Chinese vs. Japanese usage). In practice, you can think of it as a single ideographic character that you insert into text, labels, UI strings, or documents. For developers, the key detail is using the correct Unicode value or escape sequence so the character renders correctly with a suitable font.

Common uses

  • Typing or inserting the exact ideograph into documents and notes
  • Using the character in UI labels, product names, or interface text
  • Including the character in multilingual content or CJK typography samples
  • Storing and displaying the character in databases and JSON/text fields
  • Rendering it on the web using correct Unicode/HTML/CSS/JavaScript escapes

Examples

㚵 CJK Unified Ideograph 36B5

  • 今天㚵在这里。
  • 請把㚵加入標題。
  • 研究用例:㚵
  • Item 㚵 已更新。
  • 字体测试:㚵

Variations

Technical codes

UnicodeU+36B5
HTML Entity㚵
HTML Code㚵
CSS\36B5

FAQ

What does the Cjk Unified Ideograph-36B5 letter mean?

㚵 is a CJK Unified Ideograph represented by the Unicode code point U+36B5 (HTML entity 㚵). Like many CJK characters, its exact pronunciation and meaning depend on the language and the specific set of characters your text is referring to (for example, Chinese vs. Japanese usage). In practice, you can think of it as a single ideographic character that you insert into text, labels, UI strings, or documents. For developers, the key detail is using the correct Unicode value or escape sequence so the character renders correctly with a suitable font.

What is the Unicode code point for 㚵?

The Unicode code point for 㚵 is U+36B5.

How can I copy 㚵 into HTML?

You can use the HTML entity: 㚵.

What escapes work in CSS and JavaScript?

CSS escape: \\36B5. JavaScript (Unicode code point escape): \\u{36B5}.

Why might 㚵 not display correctly on my screen?

If it shows as a placeholder box, your font may not include this CJK ideograph. Try using a font that supports CJK characters.