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

What is Unicode character 𫃍?

The Unicode character 𫃍 U+2B0CD 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+2B0CD.

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!