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

What is Unicode character 𢽟?

The Unicode character 𢽟 U+22F5F 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+22F5F.

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!