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

What is Unicode character 𧕖?

The Unicode character 𧕖 U+27556 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+27556.

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!