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

What is Unicode character 𰰟?

The Unicode character 𰰟 U+30C1F 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+30C1F.

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!