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>&#145650;</p>
📋
CSS .selector { content: '\238F2' };
📋
JS var unicodeA = '\u238F2 ';
📋
CPP char unicodeA = ' \u238F2 ';
📋
Java char unicodeA = '\u238F2';
📋
Python unicodeA = '\u238F2'
📋

What is Unicode character 𣣲?

The Unicode character 𣣲 U+238F2 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+238F2.

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!