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

What is Unicode character 𰰏?

The Unicode character 𰰏 U+30C0F 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+30C0F.

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!