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

What is Unicode character 𢃻?

The Unicode character 𢃻 U+220FB 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+220FB.

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!