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