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>&#197487;</p>
📋
CSS .selector { content: '\3036F' };
📋
JS var unicodeA = '\u3036F ';
📋
CPP char unicodeA = ' \u3036F ';
📋
Java char unicodeA = '\u3036F';
📋
Python unicodeA = '\u3036F'
📋

What is Unicode character 𰍯?

The Unicode character 𰍯 U+3036F 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+3036F.

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!