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>&#166286;</p>
📋
CSS .selector { content: '\2898E' };
📋
JS var unicodeA = '\u2898E ';
📋
CPP char unicodeA = ' \u2898E ';
📋
Java char unicodeA = '\u2898E';
📋
Python unicodeA = '\u2898E'
📋

What is Unicode character 𨦎?

The Unicode character 𨦎 U+2898E 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+2898E.

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!