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