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

What is Unicode character 𬈡?

The Unicode character 𬈡 U+2C221 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+2C221.

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!