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