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

What is Unicode character 𣍟?

The Unicode character 𣍟 U+2335F 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+2335F.

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!