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

What is Unicode character 𨩕?

The Unicode character 𨩕 U+28A55 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+28A55.

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!