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

What is Unicode character 𢆯?

The Unicode character 𢆯 U+221AF 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+221AF.

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!