C:
char c = '\u7678';
printf("%c\n", c); // Output: 癸
JavaScript:
const char = '\u7678';
console.log(char); // Output: 癸
Java:
char c = '\u7678';
System.out.println(c); // Output: 癸
JSON:
{"text": "\u7678"} // Value: 癸
Python:
char = '\u7678'
print(char) # Output: 癸
Perl:
my $char = "\x{7678}";
print $char; # Output: 癸
PHP:
$char = "\x{7678}";
echo $char; // Output: 癸
Ruby:
char = "\u{7678}"
puts char # Output: 癸
Rust:
let c = '\u{7678}';
println!("{}", c); // Output: 癸
Go:
char := '\u7678'
fmt.Printf("%c\n", char) // Output: 癸
CSS:
/* CSS content property */
.element::before {
content: "\007678"; /* 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%B8
MD5:
31473f9a0cf3f36473c69815f16c028f
SHA1:
e2334d07b94c49ef15f442fb53fd19a7e5728d44
Base64:
55m4