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

What is Unicode character 𧕑?

The Unicode character 𧕑 U+27551 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+27551.

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!