C:
char c = '\uBB35';
printf("%c\n", c); // Output: 묵
JavaScript:
const char = '\uBB35';
console.log(char); // Output: 묵
Java:
char c = '\uBB35';
System.out.println(c); // Output: 묵
JSON:
{"text": "\uBB35"} // Value: 묵
Python:
char = '\uBB35'
print(char) # Output: 묵
Perl:
my $char = "\x{BB35}";
print $char; # Output: 묵
PHP:
$char = "\x{BB35}";
echo $char; // Output: 묵
Ruby:
char = "\u{BB35}"
puts char # Output: 묵
Rust:
let c = '\u{BB35}';
println!("{}", c); // Output: 묵
Go:
char := '\uBB35'
fmt.Printf("%c\n", char) // Output: 묵
CSS:
/* CSS content property */
.element::before {
content: "\00BB35"; /* 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%B5
MD5:
64f86e2d2c2a192383940be227bfabe3
SHA1:
3b52f3ea1ab57768dd1d93d5badbd20222c3e913
Base64:
66y1