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

What is Unicode character 𢃵?

The Unicode character 𢃵 U+220F5 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+220F5.

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!