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

What is Unicode character 𣦵?

The Unicode character 𣦵 U+239B5 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+239B5.

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!