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

What is Unicode character 𨔑?

The Unicode character 𨔑 U+28511 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+28511.

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!