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

What is Unicode character 𢁭?

The Unicode character 𢁭 U+2206D 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+2206D.

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!