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

What is Unicode character 𲇓?

The Unicode character 𲇓 U+321D3 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+321D3.

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!