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