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

What is Unicode character 𡺼?

The Unicode character 𡺼 U+21EBC 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+21EBC.

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!