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

What is Unicode character 𲇕?

The Unicode character 𲇕 U+321D5 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+321D5.

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!