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

What is Unicode character 𨿎?

The Unicode character 𨿎 U+28FCE 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+28FCE.

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!