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

What is Unicode character 𢧎?

The Unicode character 𢧎 U+229CE 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+229CE.

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!