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

What is Unicode character 𨿝?

The Unicode character 𨿝 U+28FDD 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+28FDD.

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!