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

What is Unicode character 𨺟?

The Unicode character 𨺟 U+28E9F 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+28E9F.

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!