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

What is Unicode character 𨔡?

The Unicode character 𨔡 U+28521 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+28521.

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!