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

What is Unicode character 𱬬?

The Unicode character 𱬬 U+31B2C 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+31B2C.

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!