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

What is Unicode character 𧲺?

The Unicode character 𧲺 U+27CBA 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+27CBA.

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!