C:
char c = '\u7676';
printf("%c\n", c); // Output: 癶
JavaScript:
const char = '\u7676';
console.log(char); // Output: 癶
Java:
char c = '\u7676';
System.out.println(c); // Output: 癶
JSON:
{"text": "\u7676"} // Value: 癶
Python:
char = '\u7676'
print(char) # Output: 癶
Perl:
my $char = "\x{7676}";
print $char; # Output: 癶
PHP:
$char = "\x{7676}";
echo $char; // Output: 癶
Ruby:
char = "\u{7676}"
puts char # Output: 癶
Rust:
let c = '\u{7676}';
println!("{}", c); // Output: 癶
Go:
char := '\u7676'
fmt.Printf("%c\n", char) // Output: 癶
CSS:
/* CSS content property */
.element::before {
content: "\007676"; /* 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%B6
MD5:
5e78962278facfb7af8c179146d7dc5c
SHA1:
9dd1cddb595b0a9deeae5e6c013a6aa2be038b64
Base64:
55m2