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

What is Unicode character 𢑰?

The Unicode character 𢑰 U+22470 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+22470.

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!