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

What is Unicode character 𡎓?

The Unicode character 𡎓 U+21393 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+21393.

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!