C:
char c = '\u899C';
printf("%c\n", c); // Output: 覜
JavaScript:
const char = '\u899C';
console.log(char); // Output: 覜
Java:
char c = '\u899C';
System.out.println(c); // Output: 覜
JSON:
{"text": "\u899C"} // Value: 覜
Python:
char = '\u899C'
print(char) # Output: 覜
Perl:
my $char = "\x{899C}";
print $char; # Output: 覜
PHP:
$char = "\x{899C}";
echo $char; // Output: 覜
Ruby:
char = "\u{899C}"
puts char # Output: 覜
Rust:
let c = '\u{899C}';
println!("{}", c); // Output: 覜
Go:
char := '\u899C'
fmt.Printf("%c\n", char) // Output: 覜
CSS:
/* CSS content property */
.element::before {
content: "\00899C"; /* 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%A6%9C
MD5:
e49cdb73224e66d3bd402bb6fd6a01b5
SHA1:
c8d5e623775c67919a46a92bf3742086d71fe781
Base64:
6Kac