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>&#198956;</p>
📋
CSS .selector { content: '\3092C' };
📋
JS var unicodeA = '\u3092C ';
📋
CPP char unicodeA = ' \u3092C ';
📋
Java char unicodeA = '\u3092C';
📋
Python unicodeA = '\u3092C'
📋

What is Unicode character 𰤬?

The Unicode character 𰤬 U+3092C 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+3092C.

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!