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

What is Unicode character 𲍭?

The Unicode character 𲍭 U+3236D 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+3236D.

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!