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

What is Unicode character 𧲰?

The Unicode character 𧲰 U+27CB0 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+27CB0.

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!