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

What is Unicode character 𰡨?

The Unicode character 𰡨 U+30868 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+30868.

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!