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