Unicode Finder

"埉" U+57C9(CJK UNIFIED IDEOGRAPH-57C9)

U+57C9
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-57C9

Programming

C
\u57C9
JavaScript
\u57C9
Java
\u57C9
Json
\u57C9
Python
\u57C9
Perl
\x{57C9}
PHP
\x{57C9}
Ruby
\u{57C9}
Rust
\u{57C9}
Go
\u57C9

Web

CSS
\0057C9
HtmlDecimal
埉
HtmlHexadecimal
埉
Url
%E5%9F%89

Code

MD5
9b71137f0765f62efe263ef73d4b40c2
Sha1
16acd95eeccad52a5bc1801ddabb6268e3195459
Base64
5Z+J

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u57C9';
console.log(char);  // Output: 埉

Java:

char c = '\u57C9';
System.out.println(c);  // Output: 埉

JSON:

{"text": "\u57C9"}  // Value: 埉

Python:

char = '\u57C9'
print(char)  # Output: 埉

Perl:

my $char = "\x{57C9}";
print $char;  # Output: 埉

PHP:

$char = "\x{57C9}";
echo $char;  // Output: 埉

Ruby:

char = "\u{57C9}"
puts char  # Output: 埉

Rust:

let c = '\u{57C9}';
println!("{}", c);  // Output: 埉

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0057C9";  /* Display: 埉 */
}

HTML Decimal:

<p>HTML decimal: &#22473;</p>  <!-- Display: 埉 -->

HTML Hexadecimal:

<p>HTML hex: &#x57C9;</p>  <!-- Display: 埉 -->

URL Encoding:

// 埉 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%89

Encodings

MD5:

9b71137f0765f62efe263ef73d4b40c2

SHA1:

16acd95eeccad52a5bc1801ddabb6268e3195459

Base64:

5Z+J