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

What is Unicode character 𨔒?

The Unicode character 𨔒 U+28512 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+28512.

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!