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

What is Unicode character 𢧘?

The Unicode character 𢧘 U+229D8 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+229D8.

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!