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

What is Unicode character 𧝲?

The Unicode character 𧝲 U+27772 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+27772.

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!