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

What is Unicode character 𡃹?

The Unicode character 𡃹 U+210F9 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+210F9.

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!