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

What is Unicode character 𰝛?

The Unicode character 𰝛 U+3075B 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+3075B.

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!