C:
char c = '\u9039';
printf("%c\n", c); // Output: 逹
JavaScript:
const char = '\u9039';
console.log(char); // Output: 逹
Java:
char c = '\u9039';
System.out.println(c); // Output: 逹
JSON:
{"text": "\u9039"} // Value: 逹
Python:
char = '\u9039'
print(char) # Output: 逹
Perl:
my $char = "\x{9039}";
print $char; # Output: 逹
PHP:
$char = "\x{9039}";
echo $char; // Output: 逹
Ruby:
char = "\u{9039}"
puts char # Output: 逹
Rust:
let c = '\u{9039}';
println!("{}", c); // Output: 逹
Go:
char := '\u9039'
fmt.Printf("%c\n", char) // Output: 逹
CSS:
/* CSS content property */
.element::before {
content: "\009039"; /* 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%B9
MD5:
153e746fab554e5362279ab0d93e3450
SHA1:
16b5cc5c008e28809a07993b42d97340a98e7bce
Base64:
6YC5