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

What is Unicode character 𰈹?

The Unicode character 𰈹 U+30239 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+30239.

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!