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>&#198794;</p>
📋
CSS .selector { content: '\3088A' };
📋
JS var unicodeA = '\u3088A ';
📋
CPP char unicodeA = ' \u3088A ';
📋
Java char unicodeA = '\u3088A';
📋
Python unicodeA = '\u3088A'
📋

What is Unicode character 𰢊?

The Unicode character 𰢊 U+3088A 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+3088A.

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!