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

What is Unicode character 𨑰?

The Unicode character 𨑰 U+28470 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+28470.

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!