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

What is Unicode character 𰝌?

The Unicode character 𰝌 U+3074C 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+3074C.

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!