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

What is Unicode character 𨤨?

The Unicode character 𨤨 U+28928 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+28928.

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!