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

What is Unicode character 𪇟?

The Unicode character 𪇟 U+2A1DF 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+2A1DF.

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!