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

What is Unicode character 𢧊?

The Unicode character 𢧊 U+229CA 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+229CA.

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!