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

What is Unicode character 𰢝?

The Unicode character 𰢝 U+3089D 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+3089D.

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!