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

What is Unicode character 𨌾?

The Unicode character 𨌾 U+2833E 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+2833E.

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!