C:
char c = '\u7CF7';
printf("%c\n", c); // Output: 糷
JavaScript:
const char = '\u7CF7';
console.log(char); // Output: 糷
Java:
char c = '\u7CF7';
System.out.println(c); // Output: 糷
JSON:
{"text": "\u7CF7"} // Value: 糷
Python:
char = '\u7CF7'
print(char) # Output: 糷
Perl:
my $char = "\x{7CF7}";
print $char; # Output: 糷
PHP:
$char = "\x{7CF7}";
echo $char; // Output: 糷
Ruby:
char = "\u{7CF7}"
puts char # Output: 糷
Rust:
let c = '\u{7CF7}';
println!("{}", c); // Output: 糷
Go:
char := '\u7CF7'
fmt.Printf("%c\n", char) // Output: 糷
CSS:
/* CSS content property */
.element::before {
content: "\007CF7"; /* 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%B3%B7
MD5:
75023afcdf92f8fa5051d04f93b51dc3
SHA1:
902204acfe4b6041e82e5bad84e98d4b658880e0
Base64:
57O3