C:
char c = '\u615F';
printf("%c\n", c); // Output: 慟
JavaScript:
const char = '\u615F';
console.log(char); // Output: 慟
Java:
char c = '\u615F';
System.out.println(c); // Output: 慟
JSON:
{"text": "\u615F"} // Value: 慟
Python:
char = '\u615F'
print(char) # Output: 慟
Perl:
my $char = "\x{615F}";
print $char; # Output: 慟
PHP:
$char = "\x{615F}";
echo $char; // Output: 慟
Ruby:
char = "\u{615F}"
puts char # Output: 慟
Rust:
let c = '\u{615F}';
println!("{}", c); // Output: 慟
Go:
char := '\u615F'
fmt.Printf("%c\n", char) // Output: 慟
CSS:
/* CSS content property */
.element::before {
content: "\00615F"; /* 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=%E6%85%9F
MD5:
b876963c887ccc0c91e554529e9fd1f8
SHA1:
471c762aee7a689abdda161ac372cdaf05b06593
Base64:
5oWf