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

What is Unicode character 𪢦?

The Unicode character 𪢦 U+2A8A6 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+2A8A6.

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!