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

What is Unicode character 𧑰?

The Unicode character 𧑰 U+27470 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+27470.

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!