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

What is Unicode character 𬦸?

The Unicode character 𬦸 U+2C9B8 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+2C9B8.

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!