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