C:
char c = '\u764F';
printf("%c\n", c); // Output: 癏
JavaScript:
const char = '\u764F';
console.log(char); // Output: 癏
Java:
char c = '\u764F';
System.out.println(c); // Output: 癏
JSON:
{"text": "\u764F"} // Value: 癏
Python:
char = '\u764F'
print(char) # Output: 癏
Perl:
my $char = "\x{764F}";
print $char; # Output: 癏
PHP:
$char = "\x{764F}";
echo $char; // Output: 癏
Ruby:
char = "\u{764F}"
puts char # Output: 癏
Rust:
let c = '\u{764F}';
println!("{}", c); // Output: 癏
Go:
char := '\u764F'
fmt.Printf("%c\n", char) // Output: 癏
CSS:
/* CSS content property */
.element::before {
content: "\00764F"; /* 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%8F
MD5:
af5775a8afe833d2d0e6bd723e82e123
SHA1:
eadeec2c977a389f33af3138771d3e63100068b3
Base64:
55mP