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

What is Unicode character 𨿟?

The Unicode character 𨿟 U+28FDF 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+28FDF.

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!