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

What is Unicode character 𢣙?

The Unicode character 𢣙 U+228D9 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+228D9.

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!