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

What is Unicode character 𬢸?

The Unicode character 𬢸 U+2C8B8 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+2C8B8.

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!