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

What is Unicode character 𬦼?

The Unicode character 𬦼 U+2C9BC 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+2C9BC.

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!