C:
char c = '\uADE3';
printf("%c\n", c); // Output: 귣
JavaScript:
const char = '\uADE3';
console.log(char); // Output: 귣
Java:
char c = '\uADE3';
System.out.println(c); // Output: 귣
JSON:
{"text": "\uADE3"} // Value: 귣
Python:
char = '\uADE3'
print(char) # Output: 귣
Perl:
my $char = "\x{ADE3}";
print $char; # Output: 귣
PHP:
$char = "\x{ADE3}";
echo $char; // Output: 귣
Ruby:
char = "\u{ADE3}"
puts char # Output: 귣
Rust:
let c = '\u{ADE3}';
println!("{}", c); // Output: 귣
Go:
char := '\uADE3'
fmt.Printf("%c\n", char) // Output: 귣
CSS:
/* CSS content property */
.element::before {
content: "\00ADE3"; /* 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=%EA%B7%A3
MD5:
2a8470e36db13537254e15816b78d9b9
SHA1:
a289be59737b4216bd6cd969b7a0c3bc948e6a6c
Base64:
6rej