C:
char c = '\u7C77';
printf("%c\n", c); // Output: 籷
JavaScript:
const char = '\u7C77';
console.log(char); // Output: 籷
Java:
char c = '\u7C77';
System.out.println(c); // Output: 籷
JSON:
{"text": "\u7C77"} // Value: 籷
Python:
char = '\u7C77'
print(char) # Output: 籷
Perl:
my $char = "\x{7C77}";
print $char; # Output: 籷
PHP:
$char = "\x{7C77}";
echo $char; // Output: 籷
Ruby:
char = "\u{7C77}"
puts char # Output: 籷
Rust:
let c = '\u{7C77}';
println!("{}", c); // Output: 籷
Go:
char := '\u7C77'
fmt.Printf("%c\n", char) // Output: 籷
CSS:
/* CSS content property */
.element::before {
content: "\007C77"; /* 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%B7
MD5:
7152b1647dbfe42b641df580eda75237
SHA1:
976688de960bbd853ee7d26e874bde31e99bf720
Base64:
57G3