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

What is Unicode character 𨾟?

The Unicode character 𨾟 U+28F9F 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+28F9F.

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!