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

What is Unicode character 𢃯?

The Unicode character 𢃯 U+220EF 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+220EF.

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!