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

What is Unicode character 𨿾?

The Unicode character 𨿾 U+28FFE 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+28FFE.

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!