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

What is Unicode character 𢞁?

The Unicode character 𢞁 U+22781 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+22781.

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!