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

What is Unicode character 𨔷?

The Unicode character 𨔷 U+28537 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+28537.

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!