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

What is Unicode character 𫎦?

The Unicode character 𫎦 U+2B3A6 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+2B3A6.

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!