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

What is Unicode character 𡵝?

The Unicode character 𡵝 U+21D5D 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+21D5D.

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!