C:
char c = '\uB7BB';
printf("%c\n", c); // Output: 랻
JavaScript:
const char = '\uB7BB';
console.log(char); // Output: 랻
Java:
char c = '\uB7BB';
System.out.println(c); // Output: 랻
JSON:
{"text": "\uB7BB"} // Value: 랻
Python:
char = '\uB7BB'
print(char) # Output: 랻
Perl:
my $char = "\x{B7BB}";
print $char; # Output: 랻
PHP:
$char = "\x{B7BB}";
echo $char; // Output: 랻
Ruby:
char = "\u{B7BB}"
puts char # Output: 랻
Rust:
let c = '\u{B7BB}';
println!("{}", c); // Output: 랻
Go:
char := '\uB7BB'
fmt.Printf("%c\n", char) // Output: 랻
CSS:
/* CSS content property */
.element::before {
content: "\00B7BB"; /* 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%9E%BB
MD5:
4e55d7a7987ddbd355323a3900084869
SHA1:
d171f675a96ab25a731a4a8ac2d77299ddb466ba
Base64:
6567