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

What is Unicode character 𰙵?

The Unicode character 𰙵 U+30675 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+30675.

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!