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>&#198892;</p>
📋
CSS .selector { content: '\308EC' };
📋
JS var unicodeA = '\u308EC ';
📋
CPP char unicodeA = ' \u308EC ';
📋
Java char unicodeA = '\u308EC';
📋
Python unicodeA = '\u308EC'
📋

What is Unicode character 𰣬?

The Unicode character 𰣬 U+308EC 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+308EC.

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!