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

What is Unicode character 𡎅?

The Unicode character 𡎅 U+21385 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+21385.

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!