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

What is Unicode character 𢁀?

The Unicode character 𢁀 U+22040 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+22040.

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!