C:
char c = '\uADEE';
printf("%c\n", c); // Output: 귮
JavaScript:
const char = '\uADEE';
console.log(char); // Output: 귮
Java:
char c = '\uADEE';
System.out.println(c); // Output: 귮
JSON:
{"text": "\uADEE"} // Value: 귮
Python:
char = '\uADEE'
print(char) # Output: 귮
Perl:
my $char = "\x{ADEE}";
print $char; # Output: 귮
PHP:
$char = "\x{ADEE}";
echo $char; // Output: 귮
Ruby:
char = "\u{ADEE}"
puts char # Output: 귮
Rust:
let c = '\u{ADEE}';
println!("{}", c); // Output: 귮
Go:
char := '\uADEE'
fmt.Printf("%c\n", char) // Output: 귮
CSS:
/* CSS content property */
.element::before {
content: "\00ADEE"; /* 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%AE
MD5:
3b94a282722739d6c707ba00e0357393
SHA1:
d0b64d4c99a71e25878bd813a17db31c63af5027
Base64:
6reu