C:
char c = '\u78B8';
printf("%c\n", c); // Output: 碸
JavaScript:
const char = '\u78B8';
console.log(char); // Output: 碸
Java:
char c = '\u78B8';
System.out.println(c); // Output: 碸
JSON:
{"text": "\u78B8"} // Value: 碸
Python:
char = '\u78B8'
print(char) # Output: 碸
Perl:
my $char = "\x{78B8}";
print $char; # Output: 碸
PHP:
$char = "\x{78B8}";
echo $char; // Output: 碸
Ruby:
char = "\u{78B8}"
puts char # Output: 碸
Rust:
let c = '\u{78B8}';
println!("{}", c); // Output: 碸
Go:
char := '\u78B8'
fmt.Printf("%c\n", char) // Output: 碸
CSS:
/* CSS content property */
.element::before {
content: "\0078B8"; /* 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%A2%B8
MD5:
0069872ee67c5cda515e9133f430848a
SHA1:
3aa3b67c33867c96758d655d039365bba9e2bed0
Base64:
56K4