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

What is Unicode character 𡑰?

The Unicode character 𡑰 U+21470 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+21470.

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!