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>&#136845;</p>
📋
CSS .selector { content: '\2168D' };
📋
JS var unicodeA = '\u2168D ';
📋
CPP char unicodeA = ' \u2168D ';
📋
Java char unicodeA = '\u2168D';
📋
Python unicodeA = '\u2168D'
📋

What is Unicode character 𡚍?

The Unicode character 𡚍 U+2168D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2168D.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!