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

What is Unicode character 𰍧?

The Unicode character 𰍧 U+30367 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+30367.

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!