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

What is Unicode character 𢹀?

The Unicode character 𢹀 U+22E40 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+22E40.

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!