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

What is Unicode character 𬢰?

The Unicode character 𬢰 U+2C8B0 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+2C8B0.

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!