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

What is Unicode character 𡲓?

The Unicode character 𡲓 U+21C93 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+21C93.

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!