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

What is Unicode character 𱨦?

The Unicode character 𱨦 U+31A26 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+31A26.

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!