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

What is Unicode character 𣕵?

The Unicode character 𣕵 U+23575 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+23575.

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!