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

What is Unicode character 𢧡?

The Unicode character 𢧡 U+229E1 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+229E1.

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!