C:
char c = '\uB85C';
printf("%c\n", c); // Output: 로
JavaScript:
const char = '\uB85C';
console.log(char); // Output: 로
Java:
char c = '\uB85C';
System.out.println(c); // Output: 로
JSON:
{"text": "\uB85C"} // Value: 로
Python:
char = '\uB85C'
print(char) # Output: 로
Perl:
my $char = "\x{B85C}";
print $char; # Output: 로
PHP:
$char = "\x{B85C}";
echo $char; // Output: 로
Ruby:
char = "\u{B85C}"
puts char # Output: 로
Rust:
let c = '\u{B85C}';
println!("{}", c); // Output: 로
Go:
char := '\uB85C'
fmt.Printf("%c\n", char) // Output: 로
CSS:
/* CSS content property */
.element::before {
content: "\00B85C"; /* 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%A1%9C
MD5:
34310a688d505408b3f675d6255cbd9d
SHA1:
15e22a52f3551ae18438eb9de3222c401d86c3af
Base64:
66Gc