C:
char c = '\u7679';
printf("%c\n", c); // Output: 癹
JavaScript:
const char = '\u7679';
console.log(char); // Output: 癹
Java:
char c = '\u7679';
System.out.println(c); // Output: 癹
JSON:
{"text": "\u7679"} // Value: 癹
Python:
char = '\u7679'
print(char) # Output: 癹
Perl:
my $char = "\x{7679}";
print $char; # Output: 癹
PHP:
$char = "\x{7679}";
echo $char; // Output: 癹
Ruby:
char = "\u{7679}"
puts char # Output: 癹
Rust:
let c = '\u{7679}';
println!("{}", c); // Output: 癹
Go:
char := '\u7679'
fmt.Printf("%c\n", char) // Output: 癹
CSS:
/* CSS content property */
.element::before {
content: "\007679"; /* 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%99%B9
MD5:
b1e961ae9dd7503c52a6c887869f99e6
SHA1:
a21520bd00cd26666b96453c0165fea3da809a99
Base64:
55m5