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

What is Unicode character 𡎺?

The Unicode character 𡎺 U+213BA 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+213BA.

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!