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

What is Unicode character 𡯎?

The Unicode character 𡯎 U+21BCE 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+21BCE.

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!