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

What is Unicode character 𣎢?

The Unicode character 𣎢 U+233A2 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+233A2.

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!