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

What is Unicode character 𰙰?

The Unicode character 𰙰 U+30670 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+30670.

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!