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

What is Unicode character 𧰶?

The Unicode character 𧰶 U+27C36 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+27C36.

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!