Css Styling

Size
𬧍
15px
𬧍
18px
𬧍
21px
𬧍
24px
𬧍
27px
𬧍
30px
𬧍
33px
𬧍
36px
𬧍
42px
𬧍
48px
𬧍
54px
𬧍
60px
𬧍
66px
𬧍
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𬧍
Bold
𬧍
Italic
𬧍
Underline
𬧍
Strikethrough
𬧍
UpperCase
𬧍
LowerCase
𬧍
Oblique
A 𬧍
Subscript
A 𬧍
Superscript
𬧍
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𬧍
Arial
𬧍
Times New Roman
𬧍
Verdana
𬧍
Courier New
𬧍
Garamond
𬧍
Georgia
𬧍
Trebuchet MS
𬧍
Tahoma
𬧍
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𬧍
White
𬧍
Brown
𬧍
Maroon
𬧍
Magenta
𬧍
Red
𬧍
Orange
𬧍
Yellow
𬧍
Green
𬧍
Teal
𬧍
Cyan
𬧍
Blue
𬧍
Violet
𬧍
Purple
𬧍
Indigo
𬧍
Gray
𬧍
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𬧍
White
𬧍
Brown
𬧍
Maroon
𬧍
Magenta
𬧍
Red
𬧍
Orange
𬧍
Yellow
𬧍
Green
𬧍
Teal
𬧍
Cyan
𬧍
Blue
𬧍
Violet
𬧍
Purple
𬧍
Indigo
𬧍
Gray
𬧍
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#182733;</p>
📋
CSS .selector { content: '\2C9CD' };
📋
JS var unicodeA = '\u2C9CD ';
📋
CPP char unicodeA = ' \u2C9CD ';
📋
Java char unicodeA = '\u2C9CD';
📋
Python unicodeA = '\u2C9CD'
📋

What is Unicode character 𬧍?

The Unicode character 𬧍 U+2C9CD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬧍 represent?

The Unicode character 𬧍 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬧍?

The Unicode code point for 𬧍 is U+2C9CD.

Is the appearance of the 𬧍 character consistent across all platforms?

The appearance of the 𬧍 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𬧍 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𬧍 character.

In which version was Unicode character 𬧍 released, and to which block of characters does it belong?

Unicode character 𬧍 was first introduced in Unicode Version 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!