C:
char c = '\u8917';
printf("%c\n", c); // Output: 褗
JavaScript:
const char = '\u8917';
console.log(char); // Output: 褗
Java:
char c = '\u8917';
System.out.println(c); // Output: 褗
JSON:
{"text": "\u8917"} // Value: 褗
Python:
char = '\u8917'
print(char) # Output: 褗
Perl:
my $char = "\x{8917}";
print $char; # Output: 褗
PHP:
$char = "\x{8917}";
echo $char; // Output: 褗
Ruby:
char = "\u{8917}"
puts char # Output: 褗
Rust:
let c = '\u{8917}';
println!("{}", c); // Output: 褗
Go:
char := '\u8917'
fmt.Printf("%c\n", char) // Output: 褗
CSS:
/* CSS content property */
.element::before {
content: "\008917"; /* 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=%E8%A4%97
MD5:
27dda91931553de84f474d02371da45c
SHA1:
bea40e25765f85de082a337b1329f52c91754521
Base64:
6KSX