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

What is Unicode character 𰐹?

The Unicode character 𰐹 U+30439 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+30439.

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!