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