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

What is Unicode character 𦎁?

The Unicode character 𦎁 U+26381 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+26381.

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!