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

What is Unicode character 𣕟?

The Unicode character 𣕟 U+2355F 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+2355F.

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!