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

What is Unicode character 𨔩?

The Unicode character 𨔩 U+28529 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+28529.

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!