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

What is Unicode character 𡵕?

The Unicode character 𡵕 U+21D55 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+21D55.

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!