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

What is Unicode character 𰢏?

The Unicode character 𰢏 U+3088F 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+3088F.

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!