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>&#198541;</p>
📋
CSS .selector { content: '\3078D' };
📋
JS var unicodeA = '\u3078D ';
📋
CPP char unicodeA = ' \u3078D ';
📋
Java char unicodeA = '\u3078D';
📋
Python unicodeA = '\u3078D'
📋

What is Unicode character 𰞍?

The Unicode character 𰞍 U+3078D 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+3078D.

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!