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>&#198764;</p>
📋
CSS .selector { content: '\3086C' };
📋
JS var unicodeA = '\u3086C ';
📋
CPP char unicodeA = ' \u3086C ';
📋
Java char unicodeA = '\u3086C';
📋
Python unicodeA = '\u3086C'
📋

What is Unicode character 𰡬?

The Unicode character 𰡬 U+3086C 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+3086C.

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!