C:
char c = '\uBEB7';
printf("%c\n", c); // Output: 뺷
JavaScript:
const char = '\uBEB7';
console.log(char); // Output: 뺷
Java:
char c = '\uBEB7';
System.out.println(c); // Output: 뺷
JSON:
{"text": "\uBEB7"} // Value: 뺷
Python:
char = '\uBEB7'
print(char) # Output: 뺷
Perl:
my $char = "\x{BEB7}";
print $char; # Output: 뺷
PHP:
$char = "\x{BEB7}";
echo $char; // Output: 뺷
Ruby:
char = "\u{BEB7}"
puts char # Output: 뺷
Rust:
let c = '\u{BEB7}';
println!("{}", c); // Output: 뺷
Go:
char := '\uBEB7'
fmt.Printf("%c\n", char) // Output: 뺷
CSS:
/* CSS content property */
.element::before {
content: "\00BEB7"; /* 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%BA%B7
MD5:
fc03bde9a24da6123867a6a824b1d78c
SHA1:
217dd13c9cef6a5d2643c8b58b77055e7e0996e3
Base64:
67q3