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

What is Unicode character 𢧣?

The Unicode character 𢧣 U+229E3 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+229E3.

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!