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

What is Unicode character 𧨰?

The Unicode character 𧨰 U+27A30 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+27A30.

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!