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

What is Unicode character 𬬀?

The Unicode character 𬬀 U+2CB00 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+2CB00.

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!