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

What is Unicode character 𧰺?

The Unicode character 𧰺 U+27C3A 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+27C3A.

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!