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

What is Unicode character 𩃹?

The Unicode character 𩃹 U+290F9 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+290F9.

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!