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

What is Unicode character 𬦴?

The Unicode character 𬦴 U+2C9B4 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+2C9B4.

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!