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

What is Unicode character 𣖍?

The Unicode character 𣖍 U+2358D 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+2358D.

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!