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

What is Unicode character 𰍬?

The Unicode character 𰍬 U+3036C 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+3036C.

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!