C:
char c = '\uBF3B';
printf("%c\n", c); // Output: 뼻
JavaScript:
const char = '\uBF3B';
console.log(char); // Output: 뼻
Java:
char c = '\uBF3B';
System.out.println(c); // Output: 뼻
JSON:
{"text": "\uBF3B"} // Value: 뼻
Python:
char = '\uBF3B'
print(char) # Output: 뼻
Perl:
my $char = "\x{BF3B}";
print $char; # Output: 뼻
PHP:
$char = "\x{BF3B}";
echo $char; // Output: 뼻
Ruby:
char = "\u{BF3B}"
puts char # Output: 뼻
Rust:
let c = '\u{BF3B}';
println!("{}", c); // Output: 뼻
Go:
char := '\uBF3B'
fmt.Printf("%c\n", char) // Output: 뼻
CSS:
/* CSS content property */
.element::before {
content: "\00BF3B"; /* 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%BC%BB
MD5:
2ce0e7e113d84085939b16eb3305cfaa
SHA1:
004a55b2ad3bb5d6e96b739cc618ce19f2a6366f
Base64:
67y7