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

What is Unicode character 𣣢?

The Unicode character 𣣢 U+238E2 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+238E2.

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!