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

What is Unicode character 𧕲?

The Unicode character 𧕲 U+27572 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+27572.

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!