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

What is Unicode character 𢝀?

The Unicode character 𢝀 U+22740 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+22740.

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!