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

What is Unicode character 𧎔?

The Unicode character 𧎔 U+27394 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+27394.

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!