C:
char c = '\u9040';
printf("%c\n", c); // Output: 遀
JavaScript:
const char = '\u9040';
console.log(char); // Output: 遀
Java:
char c = '\u9040';
System.out.println(c); // Output: 遀
JSON:
{"text": "\u9040"} // Value: 遀
Python:
char = '\u9040'
print(char) # Output: 遀
Perl:
my $char = "\x{9040}";
print $char; # Output: 遀
PHP:
$char = "\x{9040}";
echo $char; // Output: 遀
Ruby:
char = "\u{9040}"
puts char # Output: 遀
Rust:
let c = '\u{9040}';
println!("{}", c); // Output: 遀
Go:
char := '\u9040'
fmt.Printf("%c\n", char) // Output: 遀
CSS:
/* CSS content property */
.element::before {
content: "\009040"; /* 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%81%80
MD5:
b57f227bfeb9aa45db76aafbccf8706f
SHA1:
80d827ea46654e4332dd3abdbd44ff3d5970ca76
Base64:
6YGA