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