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

What is Unicode character 𨨎?

The Unicode character 𨨎 U+28A0E 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+28A0E.

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!