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

What is Unicode character 𰑖?

The Unicode character 𰑖 U+30456 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+30456.

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!