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