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

What is Unicode character 𰡰?

The Unicode character 𰡰 U+30870 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+30870.

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!