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

What is Unicode character 𢅀?

The Unicode character 𢅀 U+22140 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+22140.

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!