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

What is Unicode character 𢧤?

The Unicode character 𢧤 U+229E4 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+229E4.

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!