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

What is Unicode character 𢰙?

The Unicode character 𢰙 U+22C19 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+22C19.

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!