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

What is Unicode character 𫀎?

The Unicode character 𫀎 U+2B00E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B00E.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!