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

What is Unicode character 𡼬?

The Unicode character 𡼬 U+21F2C 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+21F2C.

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!