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

What is Unicode character 𲍛?

The Unicode character 𲍛 U+3235B 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+3235B.

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!