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

What is Unicode character 𡲙?

The Unicode character 𡲙 U+21C99 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+21C99.

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!