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

What is Unicode character 𧨀?

The Unicode character 𧨀 U+27A00 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+27A00.

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!