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

What is Unicode character 𰹴?

The Unicode character 𰹴 U+30E74 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+30E74.

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!