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

What is Unicode character 𰙶?

The Unicode character 𰙶 U+30676 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+30676.

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!