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

What is Unicode character 𡲃?

The Unicode character 𡲃 U+21C83 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+21C83.

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!