C:
char c = '\uBFDB';
printf("%c\n", c); // Output: 뿛
JavaScript:
const char = '\uBFDB';
console.log(char); // Output: 뿛
Java:
char c = '\uBFDB';
System.out.println(c); // Output: 뿛
JSON:
{"text": "\uBFDB"} // Value: 뿛
Python:
char = '\uBFDB'
print(char) # Output: 뿛
Perl:
my $char = "\x{BFDB}";
print $char; # Output: 뿛
PHP:
$char = "\x{BFDB}";
echo $char; // Output: 뿛
Ruby:
char = "\u{BFDB}"
puts char # Output: 뿛
Rust:
let c = '\u{BFDB}';
println!("{}", c); // Output: 뿛
Go:
char := '\uBFDB'
fmt.Printf("%c\n", char) // Output: 뿛
CSS:
/* CSS content property */
.element::before {
content: "\00BFDB"; /* 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%BF%9B
MD5:
a95f35902737461c8d8d73bdbd793bb5
SHA1:
e8701c6fac69772f58c2f8897e68e3e611cebafd
Base64:
67+b