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

What is Unicode character 𰵾?

The Unicode character 𰵾 U+30D7E 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+30D7E.

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!