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

What is Unicode character 𰢶?

The Unicode character 𰢶 U+308B6 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+308B6.

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!