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

What is Unicode character 𰃭?

The Unicode character 𰃭 U+300ED 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+300ED.

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!