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

What is Unicode character 𪦟?

The Unicode character 𪦟 U+2A99F 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+2A99F.

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!