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

What is Unicode character 𲍎?

The Unicode character 𲍎 U+3234E 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+3234E.

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!