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

What is Unicode character 𫎢?

The Unicode character 𫎢 U+2B3A2 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+2B3A2.

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!