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

What is Unicode character 𢃉?

The Unicode character 𢃉 U+220C9 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+220C9.

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!