C:
char c = '\u9236';
printf("%c\n", c); // Output: 鈶
JavaScript:
const char = '\u9236';
console.log(char); // Output: 鈶
Java:
char c = '\u9236';
System.out.println(c); // Output: 鈶
JSON:
{"text": "\u9236"} // Value: 鈶
Python:
char = '\u9236'
print(char) # Output: 鈶
Perl:
my $char = "\x{9236}";
print $char; # Output: 鈶
PHP:
$char = "\x{9236}";
echo $char; // Output: 鈶
Ruby:
char = "\u{9236}"
puts char # Output: 鈶
Rust:
let c = '\u{9236}';
println!("{}", c); // Output: 鈶
Go:
char := '\u9236'
fmt.Printf("%c\n", char) // Output: 鈶
CSS:
/* CSS content property */
.element::before {
content: "\009236"; /* 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%B6
MD5:
d33489ef28ab9c29aef8f2f8519c140d
SHA1:
11be37ed1716c9979b16dfe169ebf820cd43ff91
Base64:
6Yi2