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

What is Unicode character 𢃲?

The Unicode character 𢃲 U+220F2 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+220F2.

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!