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

What is Unicode character 𢣹?

The Unicode character 𢣹 U+228F9 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+228F9.

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!