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

What is Unicode character 𢧃?

The Unicode character 𢧃 U+229C3 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+229C3.

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!