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

What is Unicode character 𰹹?

The Unicode character 𰹹 U+30E79 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+30E79.

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!