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

What is Unicode character 𰢫?

The Unicode character 𰢫 U+308AB 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+308AB.

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!