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

What is Unicode character 𧎀?

The Unicode character 𧎀 U+27380 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+27380.

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!