C:
char c = '\uBFBE';
printf("%c\n", c); // Output: 뾾
JavaScript:
const char = '\uBFBE';
console.log(char); // Output: 뾾
Java:
char c = '\uBFBE';
System.out.println(c); // Output: 뾾
JSON:
{"text": "\uBFBE"} // Value: 뾾
Python:
char = '\uBFBE'
print(char) # Output: 뾾
Perl:
my $char = "\x{BFBE}";
print $char; # Output: 뾾
PHP:
$char = "\x{BFBE}";
echo $char; // Output: 뾾
Ruby:
char = "\u{BFBE}"
puts char # Output: 뾾
Rust:
let c = '\u{BFBE}';
println!("{}", c); // Output: 뾾
Go:
char := '\uBFBE'
fmt.Printf("%c\n", char) // Output: 뾾
CSS:
/* CSS content property */
.element::before {
content: "\00BFBE"; /* 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%BE%BE
MD5:
71c6bd250304094eac0b60d2e298aee3
SHA1:
21c82a23395e36e971b547640d1a016758385917
Base64:
676+