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

What is Unicode character 𧨑?

The Unicode character 𧨑 U+27A11 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+27A11.

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!