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

What is Unicode character 𣎁?

The Unicode character 𣎁 U+23381 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+23381.

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!