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