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

What is Unicode character 𡊵?

The Unicode character 𡊵 U+212B5 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+212B5.

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!