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

What is Unicode character 𲄹?

The Unicode character 𲄹 U+32139 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+32139.

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!