C:
char c = '\u6794';
printf("%c\n", c); // Output: 枔
JavaScript:
const char = '\u6794';
console.log(char); // Output: 枔
Java:
char c = '\u6794';
System.out.println(c); // Output: 枔
JSON:
{"text": "\u6794"} // Value: 枔
Python:
char = '\u6794'
print(char) # Output: 枔
Perl:
my $char = "\x{6794}";
print $char; # Output: 枔
PHP:
$char = "\x{6794}";
echo $char; // Output: 枔
Ruby:
char = "\u{6794}"
puts char # Output: 枔
Rust:
let c = '\u{6794}';
println!("{}", c); // Output: 枔
Go:
char := '\u6794'
fmt.Printf("%c\n", char) // Output: 枔
CSS:
/* CSS content property */
.element::before {
content: "\006794"; /* 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%94
MD5:
da4f1c2c077f05007fda3ebcbcaaf4bd
SHA1:
2a8dfe58c3c500298ad569d2aae79bc7ed84f084
Base64:
5p6U