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

What is Unicode character 𡺃?

The Unicode character 𡺃 U+21E83 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+21E83.

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!