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

What is Unicode character 𨐐?

The Unicode character 𨐐 U+28410 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+28410.

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!