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

What is Unicode character 𦑰?

The Unicode character 𦑰 U+26470 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+26470.

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!