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

What is Unicode character 𢡔?

The Unicode character 𢡔 U+22854 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+22854.

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!