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

What is Unicode character 𰚕?

The Unicode character 𰚕 U+30695 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+30695.

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!