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

What is Unicode character 𭎳?

The Unicode character 𭎳 U+2D3B3 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+2D3B3.

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!