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

What is Unicode character 𰰛?

The Unicode character 𰰛 U+30C1B 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+30C1B.

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!