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

What is Unicode character 𰌔?

The Unicode character 𰌔 U+30314 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+30314.

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!