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