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

What is Unicode character 𧬑?

The Unicode character 𧬑 U+27B11 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+27B11.

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!