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

What is Unicode character 𨔤?

The Unicode character 𨔤 U+28524 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+28524.

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!