Unicode Finder

"橻" U+6A7B(CJK UNIFIED IDEOGRAPH-6A7B)

U+6A7B
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6A7B

Programming

C
\u6A7B
JavaScript
\u6A7B
Java
\u6A7B
Json
\u6A7B
Python
\u6A7B
Perl
\x{6A7B}
PHP
\x{6A7B}
Ruby
\u{6A7B}
Rust
\u{6A7B}
Go
\u6A7B

Web

CSS
\006A7B
HtmlDecimal
橻
HtmlHexadecimal
橻
Url
%E6%A9%BB

Code

MD5
8829c99bb577ed33257c78adca6d8b68
Sha1
b0b43289d1fef813097e6749d00b67c2c8bb4d54
Base64
5qm7

使用示例

Programming Languages

C:

char c = '\u6A7B';
printf("%c\n", c);  // Output: 橻

JavaScript:

const char = '\u6A7B';
console.log(char);  // Output: 橻

Java:

char c = '\u6A7B';
System.out.println(c);  // Output: 橻

JSON:

{"text": "\u6A7B"}  // Value: 橻

Python:

char = '\u6A7B'
print(char)  # Output: 橻

Perl:

my $char = "\x{6A7B}";
print $char;  # Output: 橻

PHP:

$char = "\x{6A7B}";
echo $char;  // Output: 橻

Ruby:

char = "\u{6A7B}"
puts char  # Output: 橻

Rust:

let c = '\u{6A7B}';
println!("{}", c);  // Output: 橻

Go:

char := '\u6A7B'
fmt.Printf("%c\n", char)  // Output: 橻

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006A7B";  /* Display: 橻 */
}

HTML Decimal:

<p>HTML decimal: &#27259;</p>  <!-- Display: 橻 -->

HTML Hexadecimal:

<p>HTML hex: &#x6A7B;</p>  <!-- Display: 橻 -->

URL Encoding:

// 橻 URL encoding
https://unicodefinder.com/search.php?query=%E6%A9%BB

Encodings

MD5:

8829c99bb577ed33257c78adca6d8b68

SHA1:

b0b43289d1fef813097e6749d00b67c2c8bb4d54

Base64:

5qm7