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

What is Unicode character 𲍃?

The Unicode character 𲍃 U+32343 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+32343.

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!