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

What is Unicode character 𡏹?

The Unicode character 𡏹 U+213F9 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+213F9.

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!