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

What is Unicode character 𦚁?

The Unicode character 𦚁 U+26681 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+26681.

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!