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

What is Unicode character 𢡡?

The Unicode character 𢡡 U+22861 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+22861.

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!