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

What is Unicode character 𢀞?

The Unicode character 𢀞 U+2201E 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+2201E.

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!