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>&#205268;</p>
📋
CSS .selector { content: '\321D4' };
📋
JS var unicodeA = '\u321D4 ';
📋
CPP char unicodeA = ' \u321D4 ';
📋
Java char unicodeA = '\u321D4';
📋
Python unicodeA = '\u321D4'
📋

What is Unicode character 𲇔?

The Unicode character 𲇔 U+321D4 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+321D4.

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!