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

What is Unicode character 𬈝?

The Unicode character 𬈝 U+2C21D 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+2C21D.

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!