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

What is Unicode character 𰐬?

The Unicode character 𰐬 U+3042C 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+3042C.

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!