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

What is Unicode character 𡦃?

The Unicode character 𡦃 U+21983 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+21983.

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!