C:
char c = '\uB97C';
printf("%c\n", c); // Output: 를
JavaScript:
const char = '\uB97C';
console.log(char); // Output: 를
Java:
char c = '\uB97C';
System.out.println(c); // Output: 를
JSON:
{"text": "\uB97C"} // Value: 를
Python:
char = '\uB97C'
print(char) # Output: 를
Perl:
my $char = "\x{B97C}";
print $char; # Output: 를
PHP:
$char = "\x{B97C}";
echo $char; // Output: 를
Ruby:
char = "\u{B97C}"
puts char # Output: 를
Rust:
let c = '\u{B97C}';
println!("{}", c); // Output: 를
Go:
char := '\uB97C'
fmt.Printf("%c\n", char) // Output: 를
CSS:
/* CSS content property */
.element::before {
content: "\00B97C"; /* 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=%EB%A5%BC
MD5:
11a5c5a48d1156f3094183ffa0ba06f3
SHA1:
943d1aff4eca2a53647f3a41178f2eb66e7432c6
Base64:
66W8