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

What is Unicode character 𰤹?

The Unicode character 𰤹 U+30939 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+30939.

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!