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>&#197215;</p>
📋
CSS .selector { content: '\3025F' };
📋
JS var unicodeA = '\u3025F ';
📋
CPP char unicodeA = ' \u3025F ';
📋
Java char unicodeA = '\u3025F';
📋
Python unicodeA = '\u3025F'
📋

What is Unicode character 𰉟?

The Unicode character 𰉟 U+3025F 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+3025F.

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!