C:
char c = '\u76BF';
printf("%c\n", c); // Output: 皿
JavaScript:
const char = '\u76BF';
console.log(char); // Output: 皿
Java:
char c = '\u76BF';
System.out.println(c); // Output: 皿
JSON:
{"text": "\u76BF"} // Value: 皿
Python:
char = '\u76BF'
print(char) # Output: 皿
Perl:
my $char = "\x{76BF}";
print $char; # Output: 皿
PHP:
$char = "\x{76BF}";
echo $char; // Output: 皿
Ruby:
char = "\u{76BF}"
puts char # Output: 皿
Rust:
let c = '\u{76BF}';
println!("{}", c); // Output: 皿
Go:
char := '\u76BF'
fmt.Printf("%c\n", char) // Output: 皿
CSS:
/* CSS content property */
.element::before {
content: "\0076BF"; /* 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%9A%BF
MD5:
b58a42ffffa0b71f5853d0b06f839099
SHA1:
9dd114066d95154d38a52a08260429854d90702d
Base64:
55q/