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

What is Unicode character 𢧹?

The Unicode character 𢧹 U+229F9 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+229F9.

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!