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

What is Unicode character 𢍰?

The Unicode character 𢍰 U+22370 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+22370.

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!