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

What is Unicode character 𧰬?

The Unicode character 𧰬 U+27C2C 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+27C2C.

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!