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

What is Unicode character 𪯟?

The Unicode character 𪯟 U+2ABDF 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+2ABDF.

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!