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

What is Unicode character 𢀮?

The Unicode character 𢀮 U+2202E 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+2202E.

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!