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>&#137389;</p>
📋
CSS .selector { content: '\218AD' };
📋
JS var unicodeA = '\u218AD ';
📋
CPP char unicodeA = ' \u218AD ';
📋
Java char unicodeA = '\u218AD';
📋
Python unicodeA = '\u218AD'
📋

What is Unicode character 𡢭?

The Unicode character 𡢭 U+218AD 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+218AD.

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!