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

What is Unicode character 𣦲?

The Unicode character 𣦲 U+239B2 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+239B2.

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!