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

What is Unicode character 𡦙?

The Unicode character 𡦙 U+21999 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+21999.

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!