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: 埶
CSS:
/* CSS content property */
.element::before {
content: "\0057F6"; /* Display: 埶 */
}
HTML Decimal:
<p>HTML decimal: 埶</p> <!-- Display: 埶 -->
HTML Hexadecimal:
<p>HTML hex: 埶</p> <!-- Display: 埶 -->
URL Encoding:
// 埶 URL encoding
https://unicodefinder.com/search.php?query=%E5%9F%B6
MD5:
7ae4ea2ee74784b9e895ff60cfd73cea
SHA1:
7c52dd6db1a08c960d7e9be81b698c7e835e53ee
Base64:
5Z+2