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

What is Unicode character 𢧪?

The Unicode character 𢧪 U+229EA 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+229EA.

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!