C:
char c = '\u9367';
printf("%c\n", c); // Output: 鍧
JavaScript:
const char = '\u9367';
console.log(char); // Output: 鍧
Java:
char c = '\u9367';
System.out.println(c); // Output: 鍧
JSON:
{"text": "\u9367"} // Value: 鍧
Python:
char = '\u9367'
print(char) # Output: 鍧
Perl:
my $char = "\x{9367}";
print $char; # Output: 鍧
PHP:
$char = "\x{9367}";
echo $char; // Output: 鍧
Ruby:
char = "\u{9367}"
puts char # Output: 鍧
Rust:
let c = '\u{9367}';
println!("{}", c); // Output: 鍧
Go:
char := '\u9367'
fmt.Printf("%c\n", char) // Output: 鍧
CSS:
/* CSS content property */
.element::before {
content: "\009367"; /* 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%A7
MD5:
15c148805def9274a65ee16f1fad46ca
SHA1:
e6be19ec9747b97af97a3990ff39f11981f1266f
Base64:
6Y2n