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