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

What is Unicode character 𡢾?

The Unicode character 𡢾 U+218BE 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+218BE.

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!