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

What is Unicode character 𩎵?

The Unicode character 𩎵 U+293B5 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+293B5.

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!