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

What is Unicode character 𡬼?

The Unicode character 𡬼 U+21B3C 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+21B3C.

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!