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

What is Unicode character 𰻵?

The Unicode character 𰻵 U+30EF5 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+30EF5.

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!