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

What is Unicode character 𲍫?

The Unicode character 𲍫 U+3236B 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+3236B.

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!