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

What is Unicode character 𰄹?

The Unicode character 𰄹 U+30139 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+30139.

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!