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

What is Unicode character 𪎺?

The Unicode character 𪎺 U+2A3BA 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+2A3BA.

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!