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

What is Unicode character 𲍅?

The Unicode character 𲍅 U+32345 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+32345.

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!