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

What is Unicode character 𡢺?

The Unicode character 𡢺 U+218BA 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+218BA.

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!