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

What is Unicode character 𰍡?

The Unicode character 𰍡 U+30361 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+30361.

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!