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

What is Unicode character 𰁹?

The Unicode character 𰁹 U+30079 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+30079.

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!