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

What is Unicode character 𧔡?

The Unicode character 𧔡 U+27521 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+27521.

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!