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

What is Unicode character 𨔢?

The Unicode character 𨔢 U+28522 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+28522.

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!