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