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

What is Unicode character 𪎦?

The Unicode character 𪎦 U+2A3A6 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A3A6.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!