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

What is Unicode character 𰙹?

The Unicode character 𰙹 U+30679 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+30679.

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!