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

What is Unicode character 𧕰?

The Unicode character 𧕰 U+27570 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+27570.

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!