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

What is Unicode character 𰝫?

The Unicode character 𰝫 U+3076B 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+3076B.

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!