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

What is Unicode character 𪦝?

The Unicode character 𪦝 U+2A99D 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+2A99D.

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!