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

What is Unicode character 𢍀?

The Unicode character 𢍀 U+22340 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+22340.

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!