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

What is Unicode character 𣡶?

The Unicode character 𣡶 U+23876 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+23876.

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!