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

What is Unicode character 𬦶?

The Unicode character 𬦶 U+2C9B6 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+2C9B6.

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!