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

What is Unicode character 𢇹?

The Unicode character 𢇹 U+221F9 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+221F9.

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!