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>&#136098;</p>
📋
CSS .selector { content: '\213A2' };
📋
JS var unicodeA = '\u213A2 ';
📋
CPP char unicodeA = ' \u213A2 ';
📋
Java char unicodeA = '\u213A2';
📋
Python unicodeA = '\u213A2'
📋

What is Unicode character 𡎢?

The Unicode character 𡎢 U+213A2 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+213A2.

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!