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

What is Unicode character 𧅀?

The Unicode character 𧅀 U+27140 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+27140.

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!