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

What is Unicode character 𢆹?

The Unicode character 𢆹 U+221B9 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+221B9.

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!