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

What is Unicode character 𧰼?

The Unicode character 𧰼 U+27C3C 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+27C3C.

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!