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

What is Unicode character 𰢚?

The Unicode character 𰢚 U+3089A 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+3089A.

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!