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

What is Unicode character 𦑖?

The Unicode character 𦑖 U+26456 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+26456.

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!