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

What is Unicode character 𭑖?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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