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>&#139306;</p>
📋
CSS .selector { content: '\2202A' };
📋
JS var unicodeA = '\u2202A ';
📋
CPP char unicodeA = ' \u2202A ';
📋
Java char unicodeA = '\u2202A';
📋
Python unicodeA = '\u2202A'
📋

What is Unicode character 𢀪?

The Unicode character 𢀪 U+2202A 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+2202A.

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!