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