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

What is Unicode character 𰎛?

The Unicode character 𰎛 U+3039B 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+3039B.

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!