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

What is Unicode character 𧲢?

The Unicode character 𧲢 U+27CA2 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+27CA2.

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!