C:
char c = '\u9059';
printf("%c\n", c); // Output: 遙
JavaScript:
const char = '\u9059';
console.log(char); // Output: 遙
Java:
char c = '\u9059';
System.out.println(c); // Output: 遙
JSON:
{"text": "\u9059"} // Value: 遙
Python:
char = '\u9059'
print(char) # Output: 遙
Perl:
my $char = "\x{9059}";
print $char; # Output: 遙
PHP:
$char = "\x{9059}";
echo $char; // Output: 遙
Ruby:
char = "\u{9059}"
puts char # Output: 遙
Rust:
let c = '\u{9059}';
println!("{}", c); // Output: 遙
Go:
char := '\u9059'
fmt.Printf("%c\n", char) // Output: 遙
CSS:
/* CSS content property */
.element::before {
content: "\009059"; /* 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%99
MD5:
e5251c4c2291fd739e203dc03aa71c33
SHA1:
4c320e9dea328b9ff7d3e6542620c5eea57b414f
Base64:
6YGZ