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

What is Unicode character 𡎯?

The Unicode character 𡎯 U+213AF 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+213AF.

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!