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

What is Unicode character 𧡕?

The Unicode character 𧡕 U+27855 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+27855.

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!