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

What is Unicode character 𢂲?

The Unicode character 𢂲 U+220B2 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+220B2.

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!