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

What is Unicode character 𢧍?

The Unicode character 𢧍 U+229CD 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+229CD.

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!