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

What is Unicode character 𰅟?

The Unicode character 𰅟 U+3015F 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+3015F.

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!