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