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

What is Unicode character 𢧨?

The Unicode character 𢧨 U+229E8 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+229E8.

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!