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

What is Unicode character 𣢁?

The Unicode character 𣢁 U+23881 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+23881.

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!