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

What is Unicode character 𪗟?

The Unicode character 𪗟 U+2A5DF 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+2A5DF.

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!