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

What is Unicode character 𰶊?

The Unicode character 𰶊 U+30D8A 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+30D8A.

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!