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>&#169358;</p>
📋
CSS .selector { content: '\2958E' };
📋
JS var unicodeA = '\u2958E ';
📋
CPP char unicodeA = ' \u2958E ';
📋
Java char unicodeA = '\u2958E';
📋
Python unicodeA = '\u2958E'
📋

What is Unicode character 𩖎?

The Unicode character 𩖎 U+2958E 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+2958E.

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!