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

What is Unicode character 𰱟?

The Unicode character 𰱟 U+30C5F 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+30C5F.

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!