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

What is Unicode character 𢃫?

The Unicode character 𢃫 U+220EB 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+220EB.

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!