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