C:
char c = '\u67B6';
printf("%c\n", c); // Output: 架
JavaScript:
const char = '\u67B6';
console.log(char); // Output: 架
Java:
char c = '\u67B6';
System.out.println(c); // Output: 架
JSON:
{"text": "\u67B6"} // Value: 架
Python:
char = '\u67B6'
print(char) # Output: 架
Perl:
my $char = "\x{67B6}";
print $char; # Output: 架
PHP:
$char = "\x{67B6}";
echo $char; // Output: 架
Ruby:
char = "\u{67B6}"
puts char # Output: 架
Rust:
let c = '\u{67B6}';
println!("{}", c); // Output: 架
Go:
char := '\u67B6'
fmt.Printf("%c\n", char) // Output: 架
CSS:
/* CSS content property */
.element::before {
content: "\0067B6"; /* 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=%E6%9E%B6
MD5:
8c9d98e5673f1c97ed934c8f0bed379b
SHA1:
f8e3dce0beda77fd823006dabbdb5dc4dd332462
Base64:
5p62