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>&#139426;</p>
📋
CSS .selector { content: '\220A2' };
📋
JS var unicodeA = '\u220A2 ';
📋
CPP char unicodeA = ' \u220A2 ';
📋
Java char unicodeA = '\u220A2';
📋
Python unicodeA = '\u220A2'
📋

What is Unicode character 𢂢?

The Unicode character 𢂢 U+220A2 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+220A2.

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!