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

What is Unicode character 𨿬?

The Unicode character 𨿬 U+28FEC 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+28FEC.

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!