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

What is Unicode character 𦍁?

The Unicode character 𦍁 U+26341 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+26341.

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!