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

What is Unicode character 𭊵?

The Unicode character 𭊵 U+2D2B5 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D2B5.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!