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

What is Unicode character 𣖎?

The Unicode character 𣖎 U+2358E 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+2358E.

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!