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

What is Unicode character 𣦁?

The Unicode character 𣦁 U+23981 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+23981.

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!