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

What is Unicode character 𢀎?

The Unicode character 𢀎 U+2200E 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+2200E.

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!