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

What is Unicode character 𠨬?

The Unicode character 𠨬 U+20A2C 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+20A2C.

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!