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

What is Unicode character 𢉀?

The Unicode character 𢉀 U+22240 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+22240.

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!