C:
char c = '\uB7E9';
printf("%c\n", c); // Output: 럩
JavaScript:
const char = '\uB7E9';
console.log(char); // Output: 럩
Java:
char c = '\uB7E9';
System.out.println(c); // Output: 럩
JSON:
{"text": "\uB7E9"} // Value: 럩
Python:
char = '\uB7E9'
print(char) # Output: 럩
Perl:
my $char = "\x{B7E9}";
print $char; # Output: 럩
PHP:
$char = "\x{B7E9}";
echo $char; // Output: 럩
Ruby:
char = "\u{B7E9}"
puts char # Output: 럩
Rust:
let c = '\u{B7E9}';
println!("{}", c); // Output: 럩
Go:
char := '\uB7E9'
fmt.Printf("%c\n", char) // Output: 럩
CSS:
/* CSS content property */
.element::before {
content: "\00B7E9"; /* 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%A9
MD5:
784485e82199de8b6b4b587298c150f4
SHA1:
4b8469f784d3b46c8e57001990d4bf494ee4d8a9
Base64:
65+p