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

What is Unicode character 𨑖?

The Unicode character 𨑖 U+28456 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+28456.

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!