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

What is Unicode character 𭦾?

The Unicode character 𭦾 U+2D9BE 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+2D9BE.

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!