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

What is Unicode character 𡇹?

The Unicode character 𡇹 U+211F9 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+211F9.

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!