C:
char c = '\u904C';
printf("%c\n", c); // Output: 遌
JavaScript:
const char = '\u904C';
console.log(char); // Output: 遌
Java:
char c = '\u904C';
System.out.println(c); // Output: 遌
JSON:
{"text": "\u904C"} // Value: 遌
Python:
char = '\u904C'
print(char) # Output: 遌
Perl:
my $char = "\x{904C}";
print $char; # Output: 遌
PHP:
$char = "\x{904C}";
echo $char; // Output: 遌
Ruby:
char = "\u{904C}"
puts char # Output: 遌
Rust:
let c = '\u{904C}';
println!("{}", c); // Output: 遌
Go:
char := '\u904C'
fmt.Printf("%c\n", char) // Output: 遌
CSS:
/* CSS content property */
.element::before {
content: "\00904C"; /* 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%8C
MD5:
3a68779fa0d6d3c365d3008aa1bb03c8
SHA1:
56a164452fd0e16081971e3ecc949a74073bf0bf
Base64:
6YGM