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

What is Unicode character 𧰰?

The Unicode character 𧰰 U+27C30 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+27C30.

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!