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

What is Unicode character 𣦬?

The Unicode character 𣦬 U+239AC 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+239AC.

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!