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

What is Unicode character 𡬜?

The Unicode character 𡬜 U+21B1C 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+21B1C.

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!