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

What is Unicode character 𡦺?

The Unicode character 𡦺 U+219BA 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+219BA.

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!