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

What is Unicode character 𰵹?

The Unicode character 𰵹 U+30D79 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+30D79.

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!