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

What is Unicode character 𲍟?

The Unicode character 𲍟 U+3235F 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+3235F.

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!