C:
char c = '\u5678';
printf("%c\n", c); // Output: 噸
JavaScript:
const char = '\u5678';
console.log(char); // Output: 噸
Java:
char c = '\u5678';
System.out.println(c); // Output: 噸
JSON:
{"text": "\u5678"} // Value: 噸
Python:
char = '\u5678'
print(char) # Output: 噸
Perl:
my $char = "\x{5678}";
print $char; # Output: 噸
PHP:
$char = "\x{5678}";
echo $char; // Output: 噸
Ruby:
char = "\u{5678}"
puts char # Output: 噸
Rust:
let c = '\u{5678}';
println!("{}", c); // Output: 噸
Go:
char := '\u5678'
fmt.Printf("%c\n", char) // Output: 噸
CSS:
/* CSS content property */
.element::before {
content: "\005678"; /* 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%99%B8
MD5:
59c4222769b06a435a24cc16a024376c
SHA1:
2d47cb82f9cadf3aee9ba68a6d8c8b148b7ee7e0
Base64:
5Zm4