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