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

What is Unicode character 𨔲?

The Unicode character 𨔲 U+28532 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+28532.

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!