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

What is Unicode character 𡦾?

The Unicode character 𡦾 U+219BE 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+219BE.

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!