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

What is Unicode character 𧅕?

The Unicode character 𧅕 U+27155 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+27155.

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!