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

What is Unicode character 𰡾?

The Unicode character 𰡾 U+3087E 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+3087E.

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!