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

What is Unicode character 𰹍?

The Unicode character 𰹍 U+30E4D 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+30E4D.

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!