C:
char c = '\u8908';
printf("%c\n", c); // Output: 褈
JavaScript:
const char = '\u8908';
console.log(char); // Output: 褈
Java:
char c = '\u8908';
System.out.println(c); // Output: 褈
JSON:
{"text": "\u8908"} // Value: 褈
Python:
char = '\u8908'
print(char) # Output: 褈
Perl:
my $char = "\x{8908}";
print $char; # Output: 褈
PHP:
$char = "\x{8908}";
echo $char; // Output: 褈
Ruby:
char = "\u{8908}"
puts char # Output: 褈
Rust:
let c = '\u{8908}';
println!("{}", c); // Output: 褈
Go:
char := '\u8908'
fmt.Printf("%c\n", char) // Output: 褈
CSS:
/* CSS content property */
.element::before {
content: "\008908"; /* 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%88
MD5:
ffa32feed6aabedbc2b065d9458d1f8e
SHA1:
2d6fc34f9bf5ce4f2bb521060816107d7cbde209
Base64:
6KSI