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>&#163966;</p>
📋
CSS .selector { content: '\2807E' };
📋
JS var unicodeA = '\u2807E ';
📋
CPP char unicodeA = ' \u2807E ';
📋
Java char unicodeA = '\u2807E';
📋
Python unicodeA = '\u2807E'
📋

What is Unicode character 𨁾?

The Unicode character 𨁾 U+2807E 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+2807E.

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!