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

What is Unicode character 𢃹?

The Unicode character 𢃹 U+220F9 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+220F9.

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!