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

What is Unicode character 𡬌?

The Unicode character 𡬌 U+21B0C 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+21B0C.

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!