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

What is Unicode character 𰈵?

The Unicode character 𰈵 U+30235 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+30235.

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!