C:
char c = '\u9239';
printf("%c\n", c); // Output: 鈹
JavaScript:
const char = '\u9239';
console.log(char); // Output: 鈹
Java:
char c = '\u9239';
System.out.println(c); // Output: 鈹
JSON:
{"text": "\u9239"} // Value: 鈹
Python:
char = '\u9239'
print(char) # Output: 鈹
Perl:
my $char = "\x{9239}";
print $char; # Output: 鈹
PHP:
$char = "\x{9239}";
echo $char; // Output: 鈹
Ruby:
char = "\u{9239}"
puts char # Output: 鈹
Rust:
let c = '\u{9239}';
println!("{}", c); // Output: 鈹
Go:
char := '\u9239'
fmt.Printf("%c\n", char) // Output: 鈹
CSS:
/* CSS content property */
.element::before {
content: "\009239"; /* 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%B9
MD5:
dc8ed9132d5e99cc030abbb4fbf1fe80
SHA1:
e6c978157bbd6f9a201170d0ef0126e494c1163e
Base64:
6Yi5