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

What is Unicode character 𢼙?

The Unicode character 𢼙 U+22F19 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+22F19.

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!