C:
char c = '\u6792';
printf("%c\n", c); // Output: 枒
JavaScript:
const char = '\u6792';
console.log(char); // Output: 枒
Java:
char c = '\u6792';
System.out.println(c); // Output: 枒
JSON:
{"text": "\u6792"} // Value: 枒
Python:
char = '\u6792'
print(char) # Output: 枒
Perl:
my $char = "\x{6792}";
print $char; # Output: 枒
PHP:
$char = "\x{6792}";
echo $char; // Output: 枒
Ruby:
char = "\u{6792}"
puts char # Output: 枒
Rust:
let c = '\u{6792}';
println!("{}", c); // Output: 枒
Go:
char := '\u6792'
fmt.Printf("%c\n", char) // Output: 枒
CSS:
/* CSS content property */
.element::before {
content: "\006792"; /* 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%92
MD5:
794769100766fdf9da7f555fe1dd8902
SHA1:
7516b2c3ad36fedcf8ddbc29b4e71aa2f8554244
Base64:
5p6S