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

What is Unicode character 𱵬?

The Unicode character 𱵬 U+31D6C 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+31D6C.

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!