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

What is Unicode character 𫃬?

The Unicode character 𫃬 U+2B0EC 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+2B0EC.

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!