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

What is Unicode character 𡎭?

The Unicode character 𡎭 U+213AD 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+213AD.

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!