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

What is Unicode character 𬰡?

The Unicode character 𬰡 U+2CC21 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+2CC21.

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!