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

What is Unicode character 𣍁?

The Unicode character 𣍁 U+23341 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+23341.

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!