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

What is Unicode character 𬬎?

The Unicode character 𬬎 U+2CB0E 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+2CB0E.

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!