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