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

What is Unicode character 𪮟?

The Unicode character 𪮟 U+2AB9F 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+2AB9F.

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!