Unicode Finder

"埶" U+57F6(CJK UNIFIED IDEOGRAPH-57F6)

U+57F6
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-57F6

Programming

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

Web

CSS
\0057F6
HtmlDecimal
埶
HtmlHexadecimal
埶
Url
%E5%9F%B6

Code

MD5
7ae4ea2ee74784b9e895ff60cfd73cea
Sha1
7c52dd6db1a08c960d7e9be81b698c7e835e53ee
Base64
5Z+2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u57F6';
console.log(char);  // Output: 埶

Java:

char c = '\u57F6';
System.out.println(c);  // Output: 埶

JSON:

{"text": "\u57F6"}  // Value: 埶

Python:

char = '\u57F6'
print(char)  # Output: 埶

Perl:

my $char = "\x{57F6}";
print $char;  # Output: 埶

PHP:

$char = "\x{57F6}";
echo $char;  // Output: 埶

Ruby:

char = "\u{57F6}"
puts char  # Output: 埶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#22518;</p>  <!-- Display: 埶 -->

HTML Hexadecimal:

<p>HTML hex: &#x57F6;</p>  <!-- Display: 埶 -->

URL Encoding:

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

Encodings

MD5:

7ae4ea2ee74784b9e895ff60cfd73cea

SHA1:

7c52dd6db1a08c960d7e9be81b698c7e835e53ee

Base64:

5Z+2