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

What is Unicode character 𲄦?

The Unicode character 𲄦 U+32126 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+32126.

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!