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

What is Unicode character 𡵟?

The Unicode character 𡵟 U+21D5F 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+21D5F.

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!