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