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

What is Unicode character 𡍗?

The Unicode character 𡍗 U+21357 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+21357.

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!