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

What is Unicode character 𢭀?

The Unicode character 𢭀 U+22B40 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+22B40.

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!