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

What is Unicode character 𧑖?

The Unicode character 𧑖 U+27456 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+27456.

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!