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

What is Unicode character 𣍝?

The Unicode character 𣍝 U+2335D 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+2335D.

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!