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

What is Unicode character 𧕕?

The Unicode character 𧕕 U+27555 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+27555.

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!