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

What is Unicode character 𨅕?

The Unicode character 𨅕 U+28155 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+28155.

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!