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

What is Unicode character 𡎲?

The Unicode character 𡎲 U+213B2 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+213B2.

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!