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

What is Unicode character 𰭹?

The Unicode character 𰭹 U+30B79 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+30B79.

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!