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

What is Unicode character 𬑰?

The Unicode character 𬑰 U+2C470 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C470.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!