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

What is Unicode character 𡖺?

The Unicode character 𡖺 U+215BA 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+215BA.

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!