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

What is Unicode character 𰤵?

The Unicode character 𰤵 U+30935 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+30935.

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!