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

What is Unicode character 𡌹?

The Unicode character 𡌹 U+21339 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+21339.

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!