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

What is Unicode character 𩎹?

The Unicode character 𩎹 U+293B9 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+293B9.

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!