C:
char c = '\u9377';
printf("%c\n", c); // Output: 鍷
JavaScript:
const char = '\u9377';
console.log(char); // Output: 鍷
Java:
char c = '\u9377';
System.out.println(c); // Output: 鍷
JSON:
{"text": "\u9377"} // Value: 鍷
Python:
char = '\u9377'
print(char) # Output: 鍷
Perl:
my $char = "\x{9377}";
print $char; # Output: 鍷
PHP:
$char = "\x{9377}";
echo $char; // Output: 鍷
Ruby:
char = "\u{9377}"
puts char # Output: 鍷
Rust:
let c = '\u{9377}';
println!("{}", c); // Output: 鍷
Go:
char := '\u9377'
fmt.Printf("%c\n", char) // Output: 鍷
CSS:
/* CSS content property */
.element::before {
content: "\009377"; /* 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=%E9%8D%B7
MD5:
6403ebc9a9ad5b31883b26d6eaf3e70d
SHA1:
330a66e8c23fdcc1e0f74858bec518623710e652
Base64:
6Y23