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

What is Unicode character 𬑖?

The Unicode character 𬑖 U+2C456 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+2C456.

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!