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

What is Unicode character 𣕝?

The Unicode character 𣕝 U+2355D 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+2355D.

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!