C:
char c = '\u7D1A';
printf("%c\n", c); // Output: 級
JavaScript:
const char = '\u7D1A';
console.log(char); // Output: 級
Java:
char c = '\u7D1A';
System.out.println(c); // Output: 級
JSON:
{"text": "\u7D1A"} // Value: 級
Python:
char = '\u7D1A'
print(char) # Output: 級
Perl:
my $char = "\x{7D1A}";
print $char; # Output: 級
PHP:
$char = "\x{7D1A}";
echo $char; // Output: 級
Ruby:
char = "\u{7D1A}"
puts char # Output: 級
Rust:
let c = '\u{7D1A}';
println!("{}", c); // Output: 級
Go:
char := '\u7D1A'
fmt.Printf("%c\n", char) // Output: 級
CSS:
/* CSS content property */
.element::before {
content: "\007D1A"; /* 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%B4%9A
MD5:
ad018074d88c7dca332e8e0f1c2840a4
SHA1:
f6f9b27902e213c10be75bc59895fdb6cf0951bc
Base64:
57Sa