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

What is Unicode character 𰢰?

The Unicode character 𰢰 U+308B0 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+308B0.

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!