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

What is Unicode character 𨩺?

The Unicode character 𨩺 U+28A7A 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+28A7A.

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!