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

What is Unicode character 𣢢?

The Unicode character 𣢢 U+238A2 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+238A2.

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!