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>&#200078;</p>
📋
CSS .selector { content: '\30D8E' };
📋
JS var unicodeA = '\u30D8E ';
📋
CPP char unicodeA = ' \u30D8E ';
📋
Java char unicodeA = '\u30D8E';
📋
Python unicodeA = '\u30D8E'
📋

What is Unicode character 𰶎?

The Unicode character 𰶎 U+30D8E 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+30D8E.

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!