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>&#137772;</p>
📋
CSS .selector { content: '\21A2C' };
📋
JS var unicodeA = '\u21A2C ';
📋
CPP char unicodeA = ' \u21A2C ';
📋
Java char unicodeA = '\u21A2C';
📋
Python unicodeA = '\u21A2C'
📋

What is Unicode character 𡨬?

The Unicode character 𡨬 U+21A2C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21A2C.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!