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

What is Unicode character 𨑵?

The Unicode character 𨑵 U+28475 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+28475.

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!