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

What is Unicode character 𢧒?

The Unicode character 𢧒 U+229D2 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+229D2.

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!