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

What is Unicode character 𬦹?

The Unicode character 𬦹 U+2C9B9 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+2C9B9.

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!