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

What is Unicode character 𡃅?

The Unicode character 𡃅 U+210C5 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+210C5.

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!