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>&#197499;</p>
📋
CSS .selector { content: '\3037B' };
📋
JS var unicodeA = '\u3037B ';
📋
CPP char unicodeA = ' \u3037B ';
📋
Java char unicodeA = '\u3037B';
📋
Python unicodeA = '\u3037B'
📋

What is Unicode character 𰍻?

The Unicode character 𰍻 U+3037B 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+3037B.

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!