C:
char c = '\u8EC2';
printf("%c\n", c); // Output: 軂
JavaScript:
const char = '\u8EC2';
console.log(char); // Output: 軂
Java:
char c = '\u8EC2';
System.out.println(c); // Output: 軂
JSON:
{"text": "\u8EC2"} // Value: 軂
Python:
char = '\u8EC2'
print(char) # Output: 軂
Perl:
my $char = "\x{8EC2}";
print $char; # Output: 軂
PHP:
$char = "\x{8EC2}";
echo $char; // Output: 軂
Ruby:
char = "\u{8EC2}"
puts char # Output: 軂
Rust:
let c = '\u{8EC2}';
println!("{}", c); // Output: 軂
Go:
char := '\u8EC2'
fmt.Printf("%c\n", char) // Output: 軂
CSS:
/* CSS content property */
.element::before {
content: "\008EC2"; /* 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=%E8%BB%82
MD5:
66c5373578368ef9f657afb6504738e4
SHA1:
48ec28ae15f2900c5c13c3a5d0df78075ee3bb81
Base64:
6LuC