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

What is Unicode character 𰡙?

The Unicode character 𰡙 U+30859 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+30859.

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!