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

What is Unicode character 𰢼?

The Unicode character 𰢼 U+308BC 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+308BC.

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!