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

What is Unicode character 𢵿?

The Unicode character 𢵿 U+22D7F 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+22D7F.

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!