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

What is Unicode character 𫎡?

The Unicode character 𫎡 U+2B3A1 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+2B3A1.

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!