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

What is Unicode character 𢂹?

The Unicode character 𢂹 U+220B9 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+220B9.

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!