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>&#172269;</p>
📋
CSS .selector { content: '\2A0ED' };
📋
JS var unicodeA = '\u2A0ED ';
📋
CPP char unicodeA = ' \u2A0ED ';
📋
Java char unicodeA = '\u2A0ED';
📋
Python unicodeA = '\u2A0ED'
📋

What is Unicode character 𪃭?

The Unicode character 𪃭 U+2A0ED is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A0ED.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!