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

What is Unicode character 𰝟?

The Unicode character 𰝟 U+3075F 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+3075F.

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!