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

What is Unicode character 𢧟?

The Unicode character 𢧟 U+229DF 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+229DF.

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!