C:
char c = '\u8639';
printf("%c\n", c); // Output: 蘹
JavaScript:
const char = '\u8639';
console.log(char); // Output: 蘹
Java:
char c = '\u8639';
System.out.println(c); // Output: 蘹
JSON:
{"text": "\u8639"} // Value: 蘹
Python:
char = '\u8639'
print(char) # Output: 蘹
Perl:
my $char = "\x{8639}";
print $char; # Output: 蘹
PHP:
$char = "\x{8639}";
echo $char; // Output: 蘹
Ruby:
char = "\u{8639}"
puts char # Output: 蘹
Rust:
let c = '\u{8639}';
println!("{}", c); // Output: 蘹
Go:
char := '\u8639'
fmt.Printf("%c\n", char) // Output: 蘹
CSS:
/* CSS content property */
.element::before {
content: "\008639"; /* 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%98%B9
MD5:
ae2470602bcdb74820cdc0c88b76ce37
SHA1:
947aeb69adba1a8f24ab1de53dd1253281957507
Base64:
6Ji5