C:
char c = '\u65CB';
printf("%c\n", c); // Output: 旋
JavaScript:
const char = '\u65CB';
console.log(char); // Output: 旋
Java:
char c = '\u65CB';
System.out.println(c); // Output: 旋
JSON:
{"text": "\u65CB"} // Value: 旋
Python:
char = '\u65CB'
print(char) # Output: 旋
Perl:
my $char = "\x{65CB}";
print $char; # Output: 旋
PHP:
$char = "\x{65CB}";
echo $char; // Output: 旋
Ruby:
char = "\u{65CB}"
puts char # Output: 旋
Rust:
let c = '\u{65CB}';
println!("{}", c); // Output: 旋
Go:
char := '\u65CB'
fmt.Printf("%c\n", char) // Output: 旋
CSS:
/* CSS content property */
.element::before {
content: "\0065CB"; /* 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%8B
MD5:
ae8030c22a88223bb305685c1ced49c0
SHA1:
902aee76d6e042ee1d387379839f6c89ae2c6063
Base64:
5peL