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

What is Unicode character 𧎓?

The Unicode character 𧎓 U+27393 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+27393.

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!