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

What is Unicode character 𪶟?

The Unicode character 𪶟 U+2AD9F 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+2AD9F.

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!