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

What is Unicode character 𨻬?

The Unicode character 𨻬 U+28EEC 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+28EEC.

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!