C:
char c = '\u7C79';
printf("%c\n", c); // Output: 籹
JavaScript:
const char = '\u7C79';
console.log(char); // Output: 籹
Java:
char c = '\u7C79';
System.out.println(c); // Output: 籹
JSON:
{"text": "\u7C79"} // Value: 籹
Python:
char = '\u7C79'
print(char) # Output: 籹
Perl:
my $char = "\x{7C79}";
print $char; # Output: 籹
PHP:
$char = "\x{7C79}";
echo $char; // Output: 籹
Ruby:
char = "\u{7C79}"
puts char # Output: 籹
Rust:
let c = '\u{7C79}';
println!("{}", c); // Output: 籹
Go:
char := '\u7C79'
fmt.Printf("%c\n", char) // Output: 籹
CSS:
/* CSS content property */
.element::before {
content: "\007C79"; /* 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=%E7%B1%B9
MD5:
087a01e9ede5cb360dd28a40d94a5ddd
SHA1:
26e273340b9cb69a0c5806ed32458418e3dfbd15
Base64:
57G5