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

What is Unicode character 𰰔?

The Unicode character 𰰔 U+30C14 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+30C14.

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!