C:
char c = '\u9045';
printf("%c\n", c); // Output: 遅
JavaScript:
const char = '\u9045';
console.log(char); // Output: 遅
Java:
char c = '\u9045';
System.out.println(c); // Output: 遅
JSON:
{"text": "\u9045"} // Value: 遅
Python:
char = '\u9045'
print(char) # Output: 遅
Perl:
my $char = "\x{9045}";
print $char; # Output: 遅
PHP:
$char = "\x{9045}";
echo $char; // Output: 遅
Ruby:
char = "\u{9045}"
puts char # Output: 遅
Rust:
let c = '\u{9045}';
println!("{}", c); // Output: 遅
Go:
char := '\u9045'
fmt.Printf("%c\n", char) // Output: 遅
CSS:
/* CSS content property */
.element::before {
content: "\009045"; /* 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%85
MD5:
94696ab39794b74698af38a9958f2eec
SHA1:
f076a9b8ddf356aed0ba4d1edd4b543dc26e0a0c
Base64:
6YGF