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

What is Unicode character 𲎊?

The Unicode character 𲎊 U+3238A 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+3238A.

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!