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

What is Unicode character 𨨨?

The Unicode character 𨨨 U+28A28 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+28A28.

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!