C:
char c = '\uB4B7';
printf("%c\n", c); // Output: 뒷
JavaScript:
const char = '\uB4B7';
console.log(char); // Output: 뒷
Java:
char c = '\uB4B7';
System.out.println(c); // Output: 뒷
JSON:
{"text": "\uB4B7"} // Value: 뒷
Python:
char = '\uB4B7'
print(char) # Output: 뒷
Perl:
my $char = "\x{B4B7}";
print $char; # Output: 뒷
PHP:
$char = "\x{B4B7}";
echo $char; // Output: 뒷
Ruby:
char = "\u{B4B7}"
puts char # Output: 뒷
Rust:
let c = '\u{B4B7}';
println!("{}", c); // Output: 뒷
Go:
char := '\uB4B7'
fmt.Printf("%c\n", char) // Output: 뒷
CSS:
/* CSS content property */
.element::before {
content: "\00B4B7"; /* 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%B7
MD5:
5c0365fcffd6f04026f2bb4cf890e7f1
SHA1:
1a3d6e28dd53f3c473f96d225e7302d3e4ad61b3
Base64:
65K3