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

What is Unicode character 𢧩?

The Unicode character 𢧩 U+229E9 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+229E9.

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!