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

What is Unicode character 𲍬?

The Unicode character 𲍬 U+3236C 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+3236C.

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!