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

What is Unicode character 𡍡?

The Unicode character 𡍡 U+21361 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+21361.

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!