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

What is Unicode character 𲁵?

The Unicode character 𲁵 U+32075 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+32075.

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!