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

What is Unicode character 𲎎?

The Unicode character 𲎎 U+3238E 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+3238E.

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!