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

What is Unicode character 𰡖?

The Unicode character 𰡖 U+30856 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+30856.

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!