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

What is Unicode character 𡍁?

The Unicode character 𡍁 U+21341 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+21341.

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!