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

What is Unicode character 𡹕?

The Unicode character 𡹕 U+21E55 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+21E55.

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!