C:
char c = '\uB7EC';
printf("%c\n", c); // Output: 러
JavaScript:
const char = '\uB7EC';
console.log(char); // Output: 러
Java:
char c = '\uB7EC';
System.out.println(c); // Output: 러
JSON:
{"text": "\uB7EC"} // Value: 러
Python:
char = '\uB7EC'
print(char) # Output: 러
Perl:
my $char = "\x{B7EC}";
print $char; # Output: 러
PHP:
$char = "\x{B7EC}";
echo $char; // Output: 러
Ruby:
char = "\u{B7EC}"
puts char # Output: 러
Rust:
let c = '\u{B7EC}';
println!("{}", c); // Output: 러
Go:
char := '\uB7EC'
fmt.Printf("%c\n", char) // Output: 러
CSS:
/* CSS content property */
.element::before {
content: "\00B7EC"; /* 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%9F%AC
MD5:
22fe1b03c17c79180ed950116286c482
SHA1:
5fcdfcbb994c2cb18694aa71d1aa017a1af6ed77
Base64:
65+s