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

What is Unicode character 𧬰?

The Unicode character 𧬰 U+27B30 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+27B30.

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!