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

What is Unicode character 𬰫?

The Unicode character 𬰫 U+2CC2B 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+2CC2B.

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!