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

What is Unicode character 𢨙?

The Unicode character 𢨙 U+22A19 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+22A19.

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!