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

What is Unicode character 𨔓?

The Unicode character 𨔓 U+28513 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+28513.

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!