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

What is Unicode character 𣦯?

The Unicode character 𣦯 U+239AF 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+239AF.

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!