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

What is Unicode character 𭊹?

The Unicode character 𭊹 U+2D2B9 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+2D2B9.

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!