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>&#157612;</p>
📋
CSS .selector { content: '\267AC' };
📋
JS var unicodeA = '\u267AC ';
📋
CPP char unicodeA = ' \u267AC ';
📋
Java char unicodeA = '\u267AC';
📋
Python unicodeA = '\u267AC'
📋

What is Unicode character 𦞬?

The Unicode character 𦞬 U+267AC 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+267AC.

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!