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

What is Unicode character 𱬦?

The Unicode character 𱬦 U+31B26 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+31B26.

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!