C:
char c = '\u9774';
printf("%c\n", c); // Output: 靴
JavaScript:
const char = '\u9774';
console.log(char); // Output: 靴
Java:
char c = '\u9774';
System.out.println(c); // Output: 靴
JSON:
{"text": "\u9774"} // Value: 靴
Python:
char = '\u9774'
print(char) # Output: 靴
Perl:
my $char = "\x{9774}";
print $char; # Output: 靴
PHP:
$char = "\x{9774}";
echo $char; // Output: 靴
Ruby:
char = "\u{9774}"
puts char # Output: 靴
Rust:
let c = '\u{9774}';
println!("{}", c); // Output: 靴
Go:
char := '\u9774'
fmt.Printf("%c\n", char) // Output: 靴
CSS:
/* CSS content property */
.element::before {
content: "\009774"; /* 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%9D%B4
MD5:
ce67cc7310b03f4c390e4caa04bdd352
SHA1:
e951d898e9f712a5255e58d3f893e6707d247b1a
Base64:
6Z20