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

What is Unicode character 𨝲?

The Unicode character 𨝲 U+28772 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+28772.

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!