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

What is Unicode character 𰘔?

The Unicode character 𰘔 U+30614 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+30614.

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!