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

What is Unicode character 𢧈?

The Unicode character 𢧈 U+229C8 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+229C8.

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!