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

What is Unicode character 𨰎?

The Unicode character 𨰎 U+28C0E 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+28C0E.

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!