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

What is Unicode character 𢡑?

The Unicode character 𢡑 U+22851 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+22851.

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!