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