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

What is Unicode character 𰚎?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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