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

What is Unicode character 𨸎?

The Unicode character 𨸎 U+28E0E 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+28E0E.

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!