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

What is Unicode character 𡑖?

The Unicode character 𡑖 U+21456 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+21456.

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!