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

What is Unicode character 𢧐?

The Unicode character 𢧐 U+229D0 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+229D0.

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!