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

What is Unicode character 𬣖?

The Unicode character 𬣖 U+2C8D6 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+2C8D6.

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!