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

What is Unicode character 𢃢?

The Unicode character 𢃢 U+220E2 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+220E2.

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!