C:
char c = '\u9013';
printf("%c\n", c); // Output: 逓
JavaScript:
const char = '\u9013';
console.log(char); // Output: 逓
Java:
char c = '\u9013';
System.out.println(c); // Output: 逓
JSON:
{"text": "\u9013"} // Value: 逓
Python:
char = '\u9013'
print(char) # Output: 逓
Perl:
my $char = "\x{9013}";
print $char; # Output: 逓
PHP:
$char = "\x{9013}";
echo $char; // Output: 逓
Ruby:
char = "\u{9013}"
puts char # Output: 逓
Rust:
let c = '\u{9013}';
println!("{}", c); // Output: 逓
Go:
char := '\u9013'
fmt.Printf("%c\n", char) // Output: 逓
CSS:
/* CSS content property */
.element::before {
content: "\009013"; /* 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%80%93
MD5:
a8533c22c34cad2483bbd1c08b7683fb
SHA1:
561c7a59f248ca6844f17453b25e74d107b64366
Base64:
6YCT