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

What is Unicode character 𰌼?

The Unicode character 𰌼 U+3033C 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+3033C.

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!