C:
char c = '\uBF68';
printf("%c\n", c); // Output: 뽨
JavaScript:
const char = '\uBF68';
console.log(char); // Output: 뽨
Java:
char c = '\uBF68';
System.out.println(c); // Output: 뽨
JSON:
{"text": "\uBF68"} // Value: 뽨
Python:
char = '\uBF68'
print(char) # Output: 뽨
Perl:
my $char = "\x{BF68}";
print $char; # Output: 뽨
PHP:
$char = "\x{BF68}";
echo $char; // Output: 뽨
Ruby:
char = "\u{BF68}"
puts char # Output: 뽨
Rust:
let c = '\u{BF68}';
println!("{}", c); // Output: 뽨
Go:
char := '\uBF68'
fmt.Printf("%c\n", char) // Output: 뽨
CSS:
/* CSS content property */
.element::before {
content: "\00BF68"; /* 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%BD%A8
MD5:
3008fa6c8182f1d50efbe987e927489b
SHA1:
524be823d322fbf0b6999ce876d905145d033a6e
Base64:
672o