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

What is Unicode character 𢧝?

The Unicode character 𢧝 U+229DD 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+229DD.

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!