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

What is Unicode character 𭎖?

The Unicode character 𭎖 U+2D396 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+2D396.

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!