<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreFoundation",
  "identifier" : "/documentation/CoreFoundation/CFStringAppendCharacters(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Core Foundation"
    ],
    "preciseIdentifier" : "c:@F@CFStringAppendCharacters"
  },
  "title" : "CFStringAppendCharacters(_:_:_:)"
}
-->

# CFStringAppendCharacters(_:_:_:)

Appends a buffer of Unicode characters to the character contents of a CFMutableString object.

```
func CFStringAppendCharacters(_ theString: CFMutableString!, _ chars: UnsafePointer<UniChar>!, _ numChars: CFIndex)
```

## Parameters

`theString`

The string to which the characters in `chars` are appended.

`chars`

A pointer to a buffer of Unicode characters.

`numChars`

The number of Unicode characters in `chars`.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)