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

What is Unicode character 𰑰?

The Unicode character 𰑰 U+30470 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30470.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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