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

What is Unicode character 𪭟?

The Unicode character 𪭟 U+2AB5F 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+2AB5F.

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!