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

What is Unicode character 𢂯?

The Unicode character 𢂯 U+220AF 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+220AF.

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!