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>&#147250;</p>
📋
CSS .selector { content: '\23F32' };
📋
JS var unicodeA = '\u23F32 ';
📋
CPP char unicodeA = ' \u23F32 ';
📋
Java char unicodeA = '\u23F32';
📋
Python unicodeA = '\u23F32'
📋

What is Unicode character 𣼲?

The Unicode character 𣼲 U+23F32 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+23F32.

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!