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

What is Unicode character 𲎏?

The Unicode character 𲎏 U+3238F 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+3238F.

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!