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>&#138214;</p>
📋
CSS .selector { content: '\21BE6' };
📋
JS var unicodeA = '\u21BE6 ';
📋
CPP char unicodeA = ' \u21BE6 ';
📋
Java char unicodeA = '\u21BE6';
📋
Python unicodeA = '\u21BE6'
📋

What is Unicode character 𡯦?

The Unicode character 𡯦 U+21BE6 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+21BE6.

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!