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

What is Unicode character 𢧚?

The Unicode character 𢧚 U+229DA 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+229DA.

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!