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

What is Unicode character 𰹫?

The Unicode character 𰹫 U+30E6B 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+30E6B.

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!