Unicode Finder

"抴" U+62B4(CJK UNIFIED IDEOGRAPH-62B4)

U+62B4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-62B4

Programming

C
\u62B4
JavaScript
\u62B4
Java
\u62B4
Json
\u62B4
Python
\u62B4
Perl
\x{62B4}
PHP
\x{62B4}
Ruby
\u{62B4}
Rust
\u{62B4}
Go
\u62B4

Web

CSS
\0062B4
HtmlDecimal
抴
HtmlHexadecimal
抴
Url
%E6%8A%B4

Code

MD5
1e47ecbd7d3f1e46dc7617ca199a7271
Sha1
d47de28fb9637a28a042137c43897a5612366ebc
Base64
5oq0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u62B4';
console.log(char);  // Output: 抴

Java:

char c = '\u62B4';
System.out.println(c);  // Output: 抴

JSON:

{"text": "\u62B4"}  // Value: 抴

Python:

char = '\u62B4'
print(char)  # Output: 抴

Perl:

my $char = "\x{62B4}";
print $char;  # Output: 抴

PHP:

$char = "\x{62B4}";
echo $char;  // Output: 抴

Ruby:

char = "\u{62B4}"
puts char  # Output: 抴

Rust:

let c = '\u{62B4}';
println!("{}", c);  // Output: 抴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0062B4";  /* Display: 抴 */
}

HTML Decimal:

<p>HTML decimal: &#25268;</p>  <!-- Display: 抴 -->

HTML Hexadecimal:

<p>HTML hex: &#x62B4;</p>  <!-- Display: 抴 -->

URL Encoding:

// 抴 URL encoding
https://unicodefinder.com/search.php?query=%E6%8A%B4

Encodings

MD5:

1e47ecbd7d3f1e46dc7617ca199a7271

SHA1:

d47de28fb9637a28a042137c43897a5612366ebc

Base64:

5oq0

© 2025 Unicode Finder

抴 U+62B4 CJK UNIFIED IDEOGRAPH-62B4 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me