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

What is Unicode character 𨹛?

The Unicode character 𨹛 U+28E5B 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+28E5B.

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!