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

What is Unicode character 𰣎?

The Unicode character 𰣎 U+308CE 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+308CE.

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!