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

What is Unicode character 𰢟?

The Unicode character 𰢟 U+3089F 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+3089F.

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!