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

What is Unicode character 𣦶?

The Unicode character 𣦶 U+239B6 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+239B6.

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!