C:
char c = '\uBEB6';
printf("%c\n", c); // Output: 뺶
JavaScript:
const char = '\uBEB6';
console.log(char); // Output: 뺶
Java:
char c = '\uBEB6';
System.out.println(c); // Output: 뺶
JSON:
{"text": "\uBEB6"} // Value: 뺶
Python:
char = '\uBEB6'
print(char) # Output: 뺶
Perl:
my $char = "\x{BEB6}";
print $char; # Output: 뺶
PHP:
$char = "\x{BEB6}";
echo $char; // Output: 뺶
Ruby:
char = "\u{BEB6}"
puts char # Output: 뺶
Rust:
let c = '\u{BEB6}';
println!("{}", c); // Output: 뺶
Go:
char := '\uBEB6'
fmt.Printf("%c\n", char) // Output: 뺶
CSS:
/* CSS content property */
.element::before {
content: "\00BEB6"; /* 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%B6
MD5:
33b17e63397645e030ba60f344870a44
SHA1:
46e1983e6505a0f6bbab0a64acfcec8cb31620bb
Base64:
67q2