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