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

What is Unicode character 𭈦?

The Unicode character 𭈦 U+2D226 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+2D226.

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!