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

What is Unicode character 𬚎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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