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

What is Unicode character 𬢶?

The Unicode character 𬢶 U+2C8B6 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+2C8B6.

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!