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

What is Unicode character 𭤶?

The Unicode character 𭤶 U+2D936 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+2D936.

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!