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

What is Unicode character 𣦹?

The Unicode character 𣦹 U+239B9 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+239B9.

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!