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

What is Unicode character 𦡁?

The Unicode character 𦡁 U+26841 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+26841.

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!