C:
char c = '\u9238';
printf("%c\n", c); // Output: 鈸
JavaScript:
const char = '\u9238';
console.log(char); // Output: 鈸
Java:
char c = '\u9238';
System.out.println(c); // Output: 鈸
JSON:
{"text": "\u9238"} // Value: 鈸
Python:
char = '\u9238'
print(char) # Output: 鈸
Perl:
my $char = "\x{9238}";
print $char; # Output: 鈸
PHP:
$char = "\x{9238}";
echo $char; // Output: 鈸
Ruby:
char = "\u{9238}"
puts char # Output: 鈸
Rust:
let c = '\u{9238}';
println!("{}", c); // Output: 鈸
Go:
char := '\u9238'
fmt.Printf("%c\n", char) // Output: 鈸
CSS:
/* CSS content property */
.element::before {
content: "\009238"; /* 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%B8
MD5:
cfaa1b24216694a58d25e4f7895e84f7
SHA1:
0ecd5d29ca7155a4800e37a5fbbfc166ddc11400
Base64:
6Yi4