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>&#182740;</p>
📋
CSS .selector { content: '\2C9D4' };
📋
JS var unicodeA = '\u2C9D4 ';
📋
CPP char unicodeA = ' \u2C9D4 ';
📋
Java char unicodeA = '\u2C9D4';
📋
Python unicodeA = '\u2C9D4'
📋

What is Unicode character 𬧔?

The Unicode character 𬧔 U+2C9D4 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+2C9D4.

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!