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

What is Unicode character 𪦖?

The Unicode character 𪦖 U+2A996 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+2A996.

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!