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

What is Unicode character 𣑖?

The Unicode character 𣑖 U+23456 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+23456.

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!