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

What is Unicode character 𨔈?

The Unicode character 𨔈 U+28508 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+28508.

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!