C:
char c = '\u65EC';
printf("%c\n", c); // Output: 旬
JavaScript:
const char = '\u65EC';
console.log(char); // Output: 旬
Java:
char c = '\u65EC';
System.out.println(c); // Output: 旬
JSON:
{"text": "\u65EC"} // Value: 旬
Python:
char = '\u65EC'
print(char) # Output: 旬
Perl:
my $char = "\x{65EC}";
print $char; # Output: 旬
PHP:
$char = "\x{65EC}";
echo $char; // Output: 旬
Ruby:
char = "\u{65EC}"
puts char # Output: 旬
Rust:
let c = '\u{65EC}';
println!("{}", c); // Output: 旬
Go:
char := '\u65EC'
fmt.Printf("%c\n", char) // Output: 旬
CSS:
/* CSS content property */
.element::before {
content: "\0065EC"; /* 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=%E6%97%AC
MD5:
3ef423b9af1f6e264e0067a9db5d5e4c
SHA1:
301df12910d521a1e57a15591eebadf37977af02
Base64:
5pes