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

What is Unicode character 𣖌?

The Unicode character 𣖌 U+2358C 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+2358C.

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!