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

What is Unicode character 𧔑?

The Unicode character 𧔑 U+27511 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+27511.

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!