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