C:
char c = '\u84CB';
printf("%c\n", c); // Output: 蓋
JavaScript:
const char = '\u84CB';
console.log(char); // Output: 蓋
Java:
char c = '\u84CB';
System.out.println(c); // Output: 蓋
JSON:
{"text": "\u84CB"} // Value: 蓋
Python:
char = '\u84CB'
print(char) # Output: 蓋
Perl:
my $char = "\x{84CB}";
print $char; # Output: 蓋
PHP:
$char = "\x{84CB}";
echo $char; // Output: 蓋
Ruby:
char = "\u{84CB}"
puts char # Output: 蓋
Rust:
let c = '\u{84CB}';
println!("{}", c); // Output: 蓋
Go:
char := '\u84CB'
fmt.Printf("%c\n", char) // Output: 蓋
CSS:
/* CSS content property */
.element::before {
content: "\0084CB"; /* 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=%E8%93%8B
MD5:
de283f5517659a994f396997ebcaabc2
SHA1:
0cbe8dc2364435abd9396101e6d7e96c39c20b88
Base64:
6JOL