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

What is Unicode character 𢩀?

The Unicode character 𢩀 U+22A40 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+22A40.

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!