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

What is Unicode character 𢧬?

The Unicode character 𢧬 U+229EC 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+229EC.

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!