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

What is Unicode character 𡍙?

The Unicode character 𡍙 U+21359 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+21359.

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!