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