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