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

What is Unicode character 𬢺?

The Unicode character 𬢺 U+2C8BA 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+2C8BA.

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!