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

What is Unicode character 𧎐?

The Unicode character 𧎐 U+27390 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+27390.

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!