C:
char c = '\u9274';
printf("%c\n", c); // Output: 鉴
JavaScript:
const char = '\u9274';
console.log(char); // Output: 鉴
Java:
char c = '\u9274';
System.out.println(c); // Output: 鉴
JSON:
{"text": "\u9274"} // Value: 鉴
Python:
char = '\u9274'
print(char) # Output: 鉴
Perl:
my $char = "\x{9274}";
print $char; # Output: 鉴
PHP:
$char = "\x{9274}";
echo $char; // Output: 鉴
Ruby:
char = "\u{9274}"
puts char # Output: 鉴
Rust:
let c = '\u{9274}';
println!("{}", c); // Output: 鉴
Go:
char := '\u9274'
fmt.Printf("%c\n", char) // Output: 鉴
CSS:
/* CSS content property */
.element::before {
content: "\009274"; /* 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%89%B4
MD5:
8b3310f97d7578692fb203d82c07e88a
SHA1:
657beb1c091339cffb517762048323e3d022681a
Base64:
6Ym0