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

What is Unicode character 𧔰?

The Unicode character 𧔰 U+27530 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+27530.

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!