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

What is Unicode character 𡍶?

The Unicode character 𡍶 U+21376 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+21376.

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!