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

What is Unicode character 𰢬?

The Unicode character 𰢬 U+308AC 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+308AC.

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!