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

What is Unicode character 𲍍?

The Unicode character 𲍍 U+3234D 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+3234D.

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!