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

What is Unicode character 𡖔?

The Unicode character 𡖔 U+21594 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+21594.

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!