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

What is Unicode character 𫃢?

The Unicode character 𫃢 U+2B0E2 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+2B0E2.

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!