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

What is Unicode character 𰡼?

The Unicode character 𰡼 U+3087C 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+3087C.

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!