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

What is Unicode character 𢆢?

The Unicode character 𢆢 U+221A2 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+221A2.

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!