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

What is Unicode character 𣤲?

The Unicode character 𣤲 U+23932 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+23932.

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!