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

What is Unicode character 𲍪?

The Unicode character 𲍪 U+3236A 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+3236A.

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!