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

What is Unicode character 𰹭?

The Unicode character 𰹭 U+30E6D 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+30E6D.

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!