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>&#198381;</p>
📋
CSS .selector { content: '\306ED' };
📋
JS var unicodeA = '\u306ED ';
📋
CPP char unicodeA = ' \u306ED ';
📋
Java char unicodeA = '\u306ED';
📋
Python unicodeA = '\u306ED'
📋

What is Unicode character 𰛭?

The Unicode character 𰛭 U+306ED 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+306ED.

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!