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

What is Unicode character 𦟚?

The Unicode character 𦟚 U+267DA 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+267DA.

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!