C:
char c = '\uBBC0';
printf("%c\n", c); // Output: 므
JavaScript:
const char = '\uBBC0';
console.log(char); // Output: 므
Java:
char c = '\uBBC0';
System.out.println(c); // Output: 므
JSON:
{"text": "\uBBC0"} // Value: 므
Python:
char = '\uBBC0'
print(char) # Output: 므
Perl:
my $char = "\x{BBC0}";
print $char; # Output: 므
PHP:
$char = "\x{BBC0}";
echo $char; // Output: 므
Ruby:
char = "\u{BBC0}"
puts char # Output: 므
Rust:
let c = '\u{BBC0}';
println!("{}", c); // Output: 므
Go:
char := '\uBBC0'
fmt.Printf("%c\n", char) // Output: 므
CSS:
/* CSS content property */
.element::before {
content: "\00BBC0"; /* 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%AF%80
MD5:
bc6d098aefc5d17cfcc60137d2c9b532
SHA1:
77f56aeca3123782e6543ec524b4ef050dba2efd
Base64:
66+A