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

What is Unicode character 𢧙?

The Unicode character 𢧙 U+229D9 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+229D9.

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!