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

What is Unicode character 𣡵?

The Unicode character 𣡵 U+23875 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+23875.

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!