C:
char c = '\uB4B6';
printf("%c\n", c); // Output: 뒶
JavaScript:
const char = '\uB4B6';
console.log(char); // Output: 뒶
Java:
char c = '\uB4B6';
System.out.println(c); // Output: 뒶
JSON:
{"text": "\uB4B6"} // Value: 뒶
Python:
char = '\uB4B6'
print(char) # Output: 뒶
Perl:
my $char = "\x{B4B6}";
print $char; # Output: 뒶
PHP:
$char = "\x{B4B6}";
echo $char; // Output: 뒶
Ruby:
char = "\u{B4B6}"
puts char # Output: 뒶
Rust:
let c = '\u{B4B6}';
println!("{}", c); // Output: 뒶
Go:
char := '\uB4B6'
fmt.Printf("%c\n", char) // Output: 뒶
CSS:
/* CSS content property */
.element::before {
content: "\00B4B6"; /* 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%B6
MD5:
28e4ce052bde28b8b76d9f53974aec02
SHA1:
044c13bbe2b6859e770f4fd7d5b739ee725530b2
Base64:
65K2