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

What is Unicode character 𣖏?

The Unicode character 𣖏 U+2358F 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+2358F.

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!