Unicode Finder

"俴" U+4FF4(CJK UNIFIED IDEOGRAPH-4FF4)

U+4FF4
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-4FF4

Programming

C
\u4FF4
JavaScript
\u4FF4
Java
\u4FF4
Json
\u4FF4
Python
\u4FF4
Perl
\x{4FF4}
PHP
\x{4FF4}
Ruby
\u{4FF4}
Rust
\u{4FF4}
Go
\u4FF4

Web

CSS
\004FF4
HtmlDecimal
俴
HtmlHexadecimal
俴
Url
%E4%BF%B4

Code

MD5
23ded493aafafbbf0862eae5f0c630a3
Sha1
94521979420122cf399751df261ec371d93841cd
Base64
5L+0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u4FF4';
console.log(char);  // Output: 俴

Java:

char c = '\u4FF4';
System.out.println(c);  // Output: 俴

JSON:

{"text": "\u4FF4"}  // Value: 俴

Python:

char = '\u4FF4'
print(char)  # Output: 俴

Perl:

my $char = "\x{4FF4}";
print $char;  # Output: 俴

PHP:

$char = "\x{4FF4}";
echo $char;  // Output: 俴

Ruby:

char = "\u{4FF4}"
puts char  # Output: 俴

Rust:

let c = '\u{4FF4}';
println!("{}", c);  // Output: 俴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\004FF4";  /* Display: 俴 */
}

HTML Decimal:

<p>HTML decimal: &#20468;</p>  <!-- Display: 俴 -->

HTML Hexadecimal:

<p>HTML hex: &#x4FF4;</p>  <!-- Display: 俴 -->

URL Encoding:

// 俴 URL encoding
https://unicodefinder.com/search.php?query=%E4%BF%B4

Encodings

MD5:

23ded493aafafbbf0862eae5f0c630a3

SHA1:

94521979420122cf399751df261ec371d93841cd

Base64:

5L+0

© 2025 Unicode Finder

俴 U+4FF4 CJK UNIFIED IDEOGRAPH-4FF4 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me