Unicode Finder

"嘍" U+560D(CJK UNIFIED IDEOGRAPH-560D)

U+560D
Blokk Neve
CJK Unified Ideographs
Név
CJK UNIFIED IDEOGRAPH-560D

Programming

C
\u560D
JavaScript
\u560D
Java
\u560D
Json
\u560D
Python
\u560D
Perl
\x{560D}
PHP
\x{560D}
Ruby
\u{560D}
Rust
\u{560D}
Go
\u560D

Web

CSS
\00560D
HtmlDecimal
嘍
HtmlHexadecimal
嘍
Url
%E5%98%8D

Code

MD5
c426e96eac28ae4f0a2f37a30805017d
Sha1
2e662adc3f3447f015775494205193070884d6aa
Base64
5ZiN

Használati Példák

Programming Languages

C:

char c = '\u560D';
printf("%c\n", c);  // Output: 嘍

JavaScript:

const char = '\u560D';
console.log(char);  // Output: 嘍

Java:

char c = '\u560D';
System.out.println(c);  // Output: 嘍

JSON:

{"text": "\u560D"}  // Value: 嘍

Python:

char = '\u560D'
print(char)  # Output: 嘍

Perl:

my $char = "\x{560D}";
print $char;  # Output: 嘍

PHP:

$char = "\x{560D}";
echo $char;  // Output: 嘍

Ruby:

char = "\u{560D}"
puts char  # Output: 嘍

Rust:

let c = '\u{560D}';
println!("{}", c);  // Output: 嘍

Go:

char := '\u560D'
fmt.Printf("%c\n", char)  // Output: 嘍

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00560D";  /* Display: 嘍 */
}

HTML Decimal:

<p>HTML decimal: &#22029;</p>  <!-- Display: 嘍 -->

HTML Hexadecimal:

<p>HTML hex: &#x560D;</p>  <!-- Display: 嘍 -->

URL Encoding:

// 嘍 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%8D

Encodings

MD5:

c426e96eac28ae4f0a2f37a30805017d

SHA1:

2e662adc3f3447f015775494205193070884d6aa

Base64:

5ZiN