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