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

What is Unicode character 𲎍?

The Unicode character 𲎍 U+3238D 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+3238D.

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!