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

What is Unicode character 𲎌?

The Unicode character 𲎌 U+3238C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3238C.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!