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

What is Unicode character 𨔐?

The Unicode character 𨔐 U+28510 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+28510.

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!