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

What is Unicode character 𣎂?

The Unicode character 𣎂 U+23382 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+23382.

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!