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

What is Unicode character 𢣉?

The Unicode character 𢣉 U+228C9 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+228C9.

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!