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

What is Unicode character 𢃂?

The Unicode character 𢃂 U+220C2 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+220C2.

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!