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

What is Unicode character 𲍏?

The Unicode character 𲍏 U+3234F 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+3234F.

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!