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

What is Unicode character 𬨡?

The Unicode character 𬨡 U+2CA21 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+2CA21.

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!