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

What is Unicode character 𣝕?

The Unicode character 𣝕 U+23755 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+23755.

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!