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>&#157484;</p>
📋
CSS .selector { content: '\2672C' };
📋
JS var unicodeA = '\u2672C ';
📋
CPP char unicodeA = ' \u2672C ';
📋
Java char unicodeA = '\u2672C';
📋
Python unicodeA = '\u2672C'
📋

What is Unicode character 𦜬?

The Unicode character 𦜬 U+2672C 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+2672C.

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!