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

What is Unicode character 𨔕?

The Unicode character 𨔕 U+28515 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+28515.

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!