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

What is Unicode character 𨹟?

The Unicode character 𨹟 U+28E5F 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+28E5F.

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!