C:
char c = '\u7232';
printf("%c\n", c); // Output: 爲
JavaScript:
const char = '\u7232';
console.log(char); // Output: 爲
Java:
char c = '\u7232';
System.out.println(c); // Output: 爲
JSON:
{"text": "\u7232"} // Value: 爲
Python:
char = '\u7232'
print(char) # Output: 爲
Perl:
my $char = "\x{7232}";
print $char; # Output: 爲
PHP:
$char = "\x{7232}";
echo $char; // Output: 爲
Ruby:
char = "\u{7232}"
puts char # Output: 爲
Rust:
let c = '\u{7232}';
println!("{}", c); // Output: 爲
Go:
char := '\u7232'
fmt.Printf("%c\n", char) // Output: 爲
CSS:
/* CSS content property */
.element::before {
content: "\007232"; /* 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=%E7%88%B2
MD5:
47255bef255dc9722adbacc6b78035bf
SHA1:
8368d89879f911b40a523ccfa08ece08c3006753
Base64:
54iy