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

What is Unicode character 𰰝?

The Unicode character 𰰝 U+30C1D 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+30C1D.

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!