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

What is Unicode character 𢆬?

The Unicode character 𢆬 U+221AC 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+221AC.

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!