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

What is Unicode character 𡆹?

The Unicode character 𡆹 U+211B9 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+211B9.

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!