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

What is Unicode character 𧰑?

The Unicode character 𧰑 U+27C11 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+27C11.

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!