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

What is Unicode character 𰅅?

The Unicode character 𰅅 U+30145 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+30145.

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!