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

What is Unicode character 𡍵?

The Unicode character 𡍵 U+21375 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+21375.

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!