C:
char c = '\u9015';
printf("%c\n", c); // Output: 逕
JavaScript:
const char = '\u9015';
console.log(char); // Output: 逕
Java:
char c = '\u9015';
System.out.println(c); // Output: 逕
JSON:
{"text": "\u9015"} // Value: 逕
Python:
char = '\u9015'
print(char) # Output: 逕
Perl:
my $char = "\x{9015}";
print $char; # Output: 逕
PHP:
$char = "\x{9015}";
echo $char; // Output: 逕
Ruby:
char = "\u{9015}"
puts char # Output: 逕
Rust:
let c = '\u{9015}';
println!("{}", c); // Output: 逕
Go:
char := '\u9015'
fmt.Printf("%c\n", char) // Output: 逕
CSS:
/* CSS content property */
.element::before {
content: "\009015"; /* 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%95
MD5:
262642db9abe32ba3b95b38f34af8d24
SHA1:
b625f4e1f03b45d5588a6f19b549d7243638be86
Base64:
6YCV