C:
char c = '\u67AC';
printf("%c\n", c); // Output: 枬
JavaScript:
const char = '\u67AC';
console.log(char); // Output: 枬
Java:
char c = '\u67AC';
System.out.println(c); // Output: 枬
JSON:
{"text": "\u67AC"} // Value: 枬
Python:
char = '\u67AC'
print(char) # Output: 枬
Perl:
my $char = "\x{67AC}";
print $char; # Output: 枬
PHP:
$char = "\x{67AC}";
echo $char; // Output: 枬
Ruby:
char = "\u{67AC}"
puts char # Output: 枬
Rust:
let c = '\u{67AC}';
println!("{}", c); // Output: 枬
Go:
char := '\u67AC'
fmt.Printf("%c\n", char) // Output: 枬
CSS:
/* CSS content property */
.element::before {
content: "\0067AC"; /* 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%9E%AC
MD5:
2e2f7fb59ce5a18d7874fcd21546167d
SHA1:
f1ef6b41f5b1b7ae52b68c3392fa74e400251d55
Base64:
5p6s