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

What is Unicode character 𨻎?

The Unicode character 𨻎 U+28ECE 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+28ECE.

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!