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

What is Unicode character 𡎙?

The Unicode character 𡎙 U+21399 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+21399.

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!