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

What is Unicode character 𡅕?

The Unicode character 𡅕 U+21155 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+21155.

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!