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

What is Unicode character 𰡦?

The Unicode character 𰡦 U+30866 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+30866.

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!