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

What is Unicode character 𰍅?

The Unicode character 𰍅 U+30345 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+30345.

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!