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

What is Unicode character 𪦕?

The Unicode character 𪦕 U+2A995 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+2A995.

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!