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

What is Unicode character 𢍁?

The Unicode character 𢍁 U+22341 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+22341.

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!