C:
char c = '\u9234';
printf("%c\n", c); // Output: 鈴
JavaScript:
const char = '\u9234';
console.log(char); // Output: 鈴
Java:
char c = '\u9234';
System.out.println(c); // Output: 鈴
JSON:
{"text": "\u9234"} // Value: 鈴
Python:
char = '\u9234'
print(char) # Output: 鈴
Perl:
my $char = "\x{9234}";
print $char; # Output: 鈴
PHP:
$char = "\x{9234}";
echo $char; // Output: 鈴
Ruby:
char = "\u{9234}"
puts char # Output: 鈴
Rust:
let c = '\u{9234}';
println!("{}", c); // Output: 鈴
Go:
char := '\u9234'
fmt.Printf("%c\n", char) // Output: 鈴
CSS:
/* CSS content property */
.element::before {
content: "\009234"; /* 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%88%B4
MD5:
b34c90fcd0cd07a02bb6249ba591c773
SHA1:
50b54a5b0a3e1c020519e0e7e546d1871a781f2e
Base64:
6Yi0