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

What is Unicode character 𢧄?

The Unicode character 𢧄 U+229C4 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+229C4.

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!