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

What is Unicode character 𨚎?

The Unicode character 𨚎 U+2868E 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+2868E.

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!