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>&#185998;</p>
📋
CSS .selector { content: '\2D68E' };
📋
JS var unicodeA = '\u2D68E ';
📋
CPP char unicodeA = ' \u2D68E ';
📋
Java char unicodeA = '\u2D68E';
📋
Python unicodeA = '\u2D68E'
📋

What is Unicode character 𭚎?

The Unicode character 𭚎 U+2D68E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D68E.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!