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

What is Unicode character 𪟟?

The Unicode character 𪟟 U+2A7DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2A7DF.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!