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

What is Unicode character 𲍌?

The Unicode character 𲍌 U+3234C 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+3234C.

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!