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

What is Unicode character 𦟜?

The Unicode character 𦟜 U+267DC 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+267DC.

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!