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

What is Unicode character 𱎓?

The Unicode character 𱎓 U+31393 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+31393.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!