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

What is Unicode character 𨿍?

The Unicode character 𨿍 U+28FCD 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+28FCD.

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!