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

What is Unicode character 𧕓?

The Unicode character 𧕓 U+27553 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+27553.

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!