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

What is Unicode character 𡬬?

The Unicode character 𡬬 U+21B2C is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21B2C.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!