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

What is Unicode character 𢶟?

The Unicode character 𢶟 U+22D9F 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+22D9F.

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!