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

What is Unicode character 𦒁?

The Unicode character 𦒁 U+26481 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+26481.

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!