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

What is Unicode character 𭎲?

The Unicode character 𭎲 U+2D3B2 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+2D3B2.

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!