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>&#139999;</p>
📋
CSS .selector { content: '\222DF' };
📋
JS var unicodeA = '\u222DF ';
📋
CPP char unicodeA = ' \u222DF ';
📋
Java char unicodeA = '\u222DF';
📋
Python unicodeA = '\u222DF'
📋

What is Unicode character 𢋟?

The Unicode character 𢋟 U+222DF 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+222DF.

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!