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

What is Unicode character 𧍰?

The Unicode character 𧍰 U+27370 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+27370.

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!