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

What is Unicode character 𢀊?

The Unicode character 𢀊 U+2200A 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+2200A.

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!