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>&#198842;</p>
📋
CSS .selector { content: '\308BA' };
📋
JS var unicodeA = '\u308BA ';
📋
CPP char unicodeA = ' \u308BA ';
📋
Java char unicodeA = '\u308BA';
📋
Python unicodeA = '\u308BA'
📋

What is Unicode character 𰢺?

The Unicode character 𰢺 U+308BA 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+308BA.

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!