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

What is Unicode character 𰝯?

The Unicode character 𰝯 U+3076F 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+3076F.

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!