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

What is Unicode character 𡔣?

The Unicode character 𡔣 U+21523 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+21523.

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!